Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the time that the message expires.

Namespace:   Microsoft.WindowsAzure.Storage.Queue
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public Nullable<DateTimeOffset> ExpirationTime { get; internal set; }
 
public:
property Nullable<DateTimeOffset> ExpirationTime {
	Nullable<DateTimeOffset> get();
	internal: void set(Nullable<DateTimeOffset> value);
}
 
member ExpirationTime : Nullable<DateTimeOffset> with get, internal set
 
Public Property ExpirationTime As Nullable(Of DateTimeOffset)
	Get
	Friend Set
End Property
Return to top