Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the request date.

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

Syntax

 
public string RequestDate { get; internal set; }
 
public:
property String^ RequestDate {
	String^ get();
	internal: void set(String^ value);
}
 
member RequestDate : string with get, internal set
 
Public Property RequestDate As String
	Get
	Friend Set
End Property

Property Value

Type: System.StringSystem::String^System.StringSystem.String

The request date.

Return to top