Click or drag to resize

MessageRequestDate Property

Gets or sets a DateTime object indicates the time where the request starts to send.

Namespace:  Hummingbird.TestFramework.Messaging
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public Nullable<DateTime> RequestDate { get; set; }

Property Value

Type: NullableDateTime
The request date.
See Also