GatewayGetOperationStatusResponse.HttpStatusCode Property

Gets or sets the HTTP status code for the asynchronous request.

Namespace: Microsoft.WindowsAzure.Management.VirtualNetworks.Models
Assembly: Microsoft.WindowsAzure.Management.VirtualNetworks (in Microsoft.WindowsAzure.Management.VirtualNetworks.dll)

Usage

'Usage
Dim instance As GatewayGetOperationStatusResponse
Dim value As HttpStatusCode

value = instance.HttpStatusCode

instance.HttpStatusCode = value

Syntax

'Declaration
Public Property HttpStatusCode As HttpStatusCode
public HttpStatusCode HttpStatusCode { get; set; }
public:
property HttpStatusCode HttpStatusCode {
    HttpStatusCode get ();
    void set (HttpStatusCode value);
}
/** @property */
public HttpStatusCode get_HttpStatusCode ()

/** @property */
public void set_HttpStatusCode (HttpStatusCode value)
public function get HttpStatusCode () : HttpStatusCode

public function set HttpStatusCode (value : HttpStatusCode)

Property Value

The HTTP status code.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

GatewayGetOperationStatusResponse Class
GatewayGetOperationStatusResponse Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models Namespace