Share via


SchedulerOperationStatusResponse.ErrorDetails.Code Property

 

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

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public string Code { get; set; }
public:
property String^ Code {
    String^ get();
    void set(String^ value);
}
member Code : string with get, set
Public Property Code As String

Property Value

Type: System.String

See Also

SchedulerOperationStatusResponse.ErrorDetails Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top