ViewResultTStatusCode Property |
The HTTP Status Code for the request
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic HttpStatusCode StatusCode { get; }
Public ReadOnly Property StatusCode As HttpStatusCode
Get
public:
virtual property HttpStatusCode StatusCode {
HttpStatusCode get () sealed;
}
abstract StatusCode : HttpStatusCode with get
override StatusCode : HttpStatusCode with get
Property Value
Type:
HttpStatusCodeImplements
IViewResultTStatusCode
See Also