Share via


AddTaskResult.StatusCode Property

 

Optional. Gets and sets the HTTP status code.

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

Syntax

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

Property Value

Type: System.Int32

See Also

AddTaskResult Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top