Share via


ISchedulerClient.JobCollectionName Property

 

Namespace:   Microsoft.WindowsAzure.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

string JobCollectionName { get; set; }
property String^ JobCollectionName {
    String^ get();
    void set(String^ value);
}
abstract JobCollectionName : string with get, set
Property JobCollectionName As String

Property Value

Type: System.String

See Also

ISchedulerClient Interface
Microsoft.WindowsAzure.Scheduler Namespace

Return to top