ResourceResponse<T>.StatusCode Property
Gets the HTTP status code associated with the response from the Azure DocumentDB database service.
Namespace: Microsoft.Azure.Documents.Client
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Syntax
public HttpStatusCode StatusCode { get; }
public:
property HttpStatusCode StatusCode {
virtual HttpStatusCode get() sealed;
}
Public ReadOnly Property StatusCode As HttpStatusCode
Property Value
Type: System.Net.HttpStatusCode
The HTTP status code associated with the response.
Implements
IResourceResponse<T>.StatusCode
See Also
ResourceResponse<T> Class
Microsoft.Azure.Documents.Client Namespace
Return to top