WebSiteIsHostnameAvailableResponse.IsAvailable Property
Optional. Indicates if the site name is available.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public bool IsAvailable { get; set; }
public:
property bool IsAvailable {
bool get();
void set(bool value);
}
member IsAvailable : bool with get, set
Public Property IsAvailable As Boolean
Property Value
Type: System.Boolean
See Also
WebSiteIsHostnameAvailableResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top