MessageCreateDateString Property |
Gets the string representation of the Creation date.
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [XmlIgnoreAttribute]
public string CreateDateString { get; }
<XmlIgnoreAttribute>
Public ReadOnly Property CreateDateString As String
Get
public:
[XmlIgnoreAttribute]
property String^ CreateDateString {
String^ get ();
}
[<XmlIgnoreAttribute>]
member CreateDateString : string with get
Property Value
Type:
String
The create date string.
See Also