MessageIsTerminiated Property |
Gets the value if the current transaction is terminated.
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public bool IsTerminiated { get; }
Public ReadOnly Property IsTerminiated As Boolean
Get
public:
property bool IsTerminiated {
bool get ();
}
member IsTerminiated : bool with get
Property Value
Type:
BooleanSee Also