CloudQueueMessage.InsertionTime Property (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueueMessage.InsertionTime Property
CloudQueueMessage::InsertionTime Property
CloudQueueMessage.InsertionTime Property
CloudQueueMessage.InsertionTime Property
Gets the time that the message was added to the queue.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property Nullable<DateTimeOffset> InsertionTime {
Nullable<DateTimeOffset> get();
internal: void set(Nullable<DateTimeOffset> value);
}
Public Property InsertionTime As Nullable(Of DateTimeOffset)
Get
Friend Set
End Property
Property Value
Type:
System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)A DateTimeOffset indicating the time that the message was added to the queue.
Return to top
Gets the time that the message was added to the queue.
Syntax
C++
public: property Nullable<DateTimeOffset> InsertionTime { Nullable<DateTimeOffset> get(); internal: void set(Nullable<DateTimeOffset> value); }
Public Property InsertionTime As Nullable(Of DateTimeOffset) Get Friend Set End Property
Property Value
Type: System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)A DateTimeOffset indicating the time that the message was added to the queue.