OperationResponse.RequestId Property
Gets the identifier of the request that was made to the service.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public string RequestId { get; set; }
public:
property String^ RequestId {
String^ get();
void set(String^ value);
}
member RequestId : string with get, set
Public Property RequestId As String
Property Value
Type: System.String
The identifier of the request.
See Also
OperationResponse Class
Microsoft.WindowsAzure Namespace
Return to top