Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the client request ID.

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

Syntax

 
public string ClientRequestID { get; set; }
 
public:
property String^ ClientRequestID {
	String^ get();
	void set(String^ value);
}
 
member ClientRequestID : string with get, set
 
Public Property ClientRequestID As String

Property Value

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

A string containing the client request ID.

Return to top