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

See Also

Reference

VssServiceResponseException Class

Microsoft.VisualStudio.Services.WebApi Namespace