RequestResult.ServiceRequestID Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
RequestResult.ServiceRequestID Property
RequestResult::ServiceRequestID Property
RequestResult.ServiceRequestID Property
RequestResult.ServiceRequestID Property
Gets the service request ID for this request.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ ServiceRequestID {
String^ get();
internal: void set(String^ value);
}
Property Value
Type:
System.StringSystem::String^System.StringSystem.StringThe service request ID for this request.
Return to top
Gets the service request ID for this request.
Syntax
C++
public: property String^ ServiceRequestID { String^ get(); internal: void set(String^ value); }
Property Value
Type: System.StringSystem::String^System.StringSystem.StringThe service request ID for this request.