OperationResponse.StatusCode Property

Definition

When overridden in a derived class, gets or sets the HTTP response code associated with a single operation.

public:
 property int StatusCode { int get(); };
public int StatusCode { get; }
member this.StatusCode : int
Public ReadOnly Property StatusCode As Integer

Property Value

Integer value that contains response code.

Applies to