RequestResult.RequestDate Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
RequestResult.RequestDate Property
RequestResult::RequestDate Property
RequestResult.RequestDate Property
RequestResult.RequestDate Property
Gets the request date.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ RequestDate {
String^ get();
internal: void set(String^ value);
}
Return to top
Gets the request date.
Syntax
C++
public: property String^ RequestDate { String^ get(); internal: void set(String^ value); }