Share via


SchedulerClient.JobCollectionName Property

 

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

Syntax

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

Property Value

Type: System.String

Implements

ISchedulerClient.JobCollectionName

See Also

SchedulerClient Class
Microsoft.WindowsAzure.Scheduler Namespace

Return to top