Message::EnqueuedTime Property

 

Gets or sets the date and time of the sent time.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
property Nullable<DateTimeOffset> EnqueuedTime {
	Nullable<DateTimeOffset> get();
	internal: void set(Nullable<DateTimeOffset> value);
}

Property Value

Type: System::Nullable<DateTimeOffset>

The date and time of the sent time.

Return to top
Show: