Share via


JobCollectionGetResponse.OperationStatusResponseDetails.StatusCode Property

 

Optional. The HTTP status code of the operation.

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

Syntax

public HttpStatusCode StatusCode { get; set; }
public:
property HttpStatusCode StatusCode {
    HttpStatusCode get();
    void set(HttpStatusCode value);
}
member StatusCode : HttpStatusCode with get, set
Public Property StatusCode As HttpStatusCode

Property Value

Type: System.Net.HttpStatusCode

See Also

JobCollectionGetResponse.OperationStatusResponseDetails Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top