MessageElapsedTime Property |
Gets the elapsed time.
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string ElapsedTime { get; }
Public ReadOnly Property ElapsedTime As String
Get
public:
property String^ ElapsedTime {
String^ get ();
}
member ElapsedTime : string with get
Property Value
Type:
String
The elapsed time.
See Also