WebSiteUpdateParameters.State Property
Gets or sets an T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteState value that specifies the state of the web site.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string State { get; set; }
public:
property String^ State {
String^ get();
void set(String^ value);
}
member State : string with get, set
Public Property State As String
Property Value
Type: System.String
An T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteState value.
See Also
WebSiteUpdateParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top