UsageStatisticOutgoingFailed Property |
Gets or sets the number of outgoing which failed.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public long OutgoingFailed { get; set; }
Public Property OutgoingFailed As Long
Get
Set
public:
property long long OutgoingFailed {
long long get ();
void set (long long value);
}
member OutgoingFailed : int64 with get, set
Property Value
Type:
Int64
the number of outgoing which failed.
See Also