AddTaskResult.StatusCode Property

 

Gets the HTTP status code of the response to the Add Task request.

Namespace:   Microsoft.Azure.Batch
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public int StatusCode { get; private set; }
public:
property int StatusCode {
    int get();
    private: void set(int value);
}
member StatusCode : int with get, private set
Public Property StatusCode As Integer
    Get
    Private Set
End Property

Property Value

Type: System.Int32

See Also

AddTaskResult Class
Microsoft.Azure.Batch Namespace

Return to top