OperationStatusResponse.Id Property
The request ID of the asynchronous request. This value is returned in the x-ms-request-id response header of the asynchronous request.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public string Id { get; set; }
public:
property String^ Id {
String^ get();
void set(String^ value);
}
member Id : string with get, set
Public Property Id As String
Property Value
Type: System.String
See Also
OperationStatusResponse Class
Microsoft.WindowsAzure Namespace
Return to top