TableStatusReport::StatusCode Property

 

Status code indicating the status of the remote store.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Models
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

public:
property HttpStatusCode StatusCode {
	[CompilerGeneratedAttribute]
	HttpStatusCode get();
	[CompilerGeneratedAttribute]
	void set(HttpStatusCode value);
}

Property Value

Type: System.Net::HttpStatusCode
Return to top
Show: