Gets or sets the client request ID.
Namespace: Microsoft.WindowsAzure.Storage
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As OperationContext
Dim value As String
value = instance.ClientRequestID
instance.ClientRequestID = value |
Syntax
Visual Basic |
---|
Public Property ClientRequestID As String |
C# |
---|
public string ClientRequestID { get; set; } |
C++ |
---|
public:
property String^ ClientRequestID {
String^ get ();
void set (String^ value);
} |
J# |
---|
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_ClientRequestID ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_ClientRequestID (String value)
|
JScript |
---|
CompilerGeneratedAttribute
public function get ClientRequestID () : String
CompilerGeneratedAttribute
public function set ClientRequestID (value : String)
|
Property Value
A string containing the client request ID.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also