Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the service request ID for this request.

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

Syntax

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

Property Value

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

The service request ID for this request.

Return to top