CloudQueueMessage.ExpirationTime Property
Gets the time that the message expires.
Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
/** @property */ /** @attribute CompilerGeneratedAttribute() */ public Nullable<DateTime> get_ExpirationTime () /** @property */ /** @attribute CompilerGeneratedAttribute() */ protected void set_ExpirationTime (Nullable<DateTime> value)
CompilerGeneratedAttribute public function get ExpirationTime () : Nullable<DateTime> CompilerGeneratedAttribute protected internal function set ExpirationTime (value : Nullable<DateTime>)
Property Value
Type: System.NullableThe time that the message expires.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008Target Platforms