MessageInQueueDate Property |
The DateTime object indicate the time when the operation is placed InQueue (before sending). The date is managed by the Framework itself, Never change this value in code.
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public Nullable<DateTime> InQueueDate { get; set; }
<DataMemberAttribute>
Public Property InQueueDate As Nullable(Of DateTime)
Get
Set
public:
[DataMemberAttribute]
property Nullable<DateTime> InQueueDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<DataMemberAttribute>]
member InQueueDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also