VssServiceResponseException.HttpStatusCode Property
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property HttpStatusCode As HttpStatusCode
public HttpStatusCode HttpStatusCode { get; private set; }
public:
property HttpStatusCode HttpStatusCode {
HttpStatusCode get ();
private: void set (HttpStatusCode value);
}
member HttpStatusCode : HttpStatusCode with get, private set
function get HttpStatusCode () : HttpStatusCode
private function set HttpStatusCode (value : HttpStatusCode)
Property Value
Type: System.Net.HttpStatusCode
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.