SimpleContentHttpStatusCode Property |
Gets or sets the HTTP status code for the request.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public HttpStatusCode HttpStatusCode { get; set; }
Public Property HttpStatusCode As HttpStatusCode
Get
Set
public:
property HttpStatusCode HttpStatusCode {
HttpStatusCode get ();
void set (HttpStatusCode value);
}
member HttpStatusCode : HttpStatusCode with get, set
Property Value
Type:
HttpStatusCodeSee Also