MessageStatusString Property |
The string expression of the current status. the expression is culture dependence, it will load the key "String_Status_[Status]" from the resource.
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string StatusString { get; }
Public ReadOnly Property StatusString As String
Get
public:
property String^ StatusString {
String^ get ();
}
member StatusString : string with get
Property Value
Type:
StringSee Also