StatusInfo.ErrorMessage Property
Optional. Gets the error message of the request if the request failed in some way.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string ErrorMessage { get; set; }
public:
property String^ ErrorMessage {
String^ get();
void set(String^ value);
}
member ErrorMessage : string with get, set
Public Property ErrorMessage As String
Property Value
Type: System.String
See Also
StatusInfo Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top