WebSpacesListResponse::WebSpace::Status Property

 

Gets or sets a WebSpaceStatus value that specifies the status of the web space.

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

public:
property WebSpaceStatus Status {
	WebSpaceStatus get();
	void set(WebSpaceStatus value);
}
Return to top
Show: