TableResult.HttpStatusCode Property

Windows Runtime Azure Storage Client Library

Gets or sets the HTTP status code returned by a TableOperation request.

Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim instance As TableResult
Dim value As Integer

value = instance.HttpStatusCode

instance.HttpStatusCode = value

Syntax

Visual Basic
Public Property HttpStatusCode As Integer
C#
public int HttpStatusCode { get; set; }
C++
public:
property int HttpStatusCode {
	int get ();
	void set (int value);
}
J#
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public int get_HttpStatusCode ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_HttpStatusCode (int value)
JScript
CompilerGeneratedAttribute 
public function get HttpStatusCode () : int

CompilerGeneratedAttribute 
public function set HttpStatusCode (value : int)

Property Value

The HTTP status code returned by a TableOperation request.

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