OperationStatusResponse.HttpStatusCode Property
The HTTP status code for the asynchronous request.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Usage
'Usage
Dim instance As OperationStatusResponse
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)
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
OperationStatusResponse Class
OperationStatusResponse Members
Microsoft.WindowsAzure Namespace