Share via


JobCollectionCheckNameAvailabilityResponse.IsAvailable Property

 

Optional. Whether the name is available.

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

JobCollectionCheckNameAvailabilityResponse Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top