IResourceResponse<T>.StatusCode Property

 

Gets the HTTP status code associated with the response.

Namespace:   Microsoft.Azure.Documents.Client
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

Syntax

HttpStatusCode StatusCode { get; }
property HttpStatusCode StatusCode {
    HttpStatusCode get();
}
ReadOnly Property StatusCode As HttpStatusCode

Property Value

Type: System.Net.HttpStatusCode

The HTTP status code associated with the response.

Remarks

This is exposed for mocking purposes for the Azure DocumentDB database service.

See Also

IResourceResponse<T> Interface
Microsoft.Azure.Documents.Client Namespace

Return to top