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)

Syntax

public WebSpaceStatus Status { get; set; }
public:
property WebSpaceStatus Status {
    WebSpaceStatus get();
    void set(WebSpaceStatus value);
}
member Status : WebSpaceStatus with get, set
Public Property Status As WebSpaceStatus

Property Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSpaceStatus

A WebSpaceStatus value.

See Also

WebSpacesListResponse.WebSpace Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top