Share via


HostedServiceCheckNameAvailabilityResponse.IsAvailable Property

 

Gets or sets whether the name is available for use.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.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

true if the name is available; otherwise false. The operation returns false for reserved or profane words.

See Also

HostedServiceCheckNameAvailabilityResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top