OperationStatusResponse.ErrorDetails.Message Property
The management service error message returned if the asynchronous request failed.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public string Message { get; set; }
public:
property String^ Message {
String^ get();
void set(String^ value);
}
member Message : string with get, set
Public Property Message As String
Property Value
Type: System.String
See Also
OperationStatusResponse.ErrorDetails Class
Microsoft.WindowsAzure Namespace
Return to top