Share via


LongRunningOperationStatusResponse.ErrorDetails.Message Property

 

Optional. The management service error message returned if the asynchronous request failed.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.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

LongRunningOperationStatusResponse.ErrorDetails Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top