Share via


ScheduledJobDescriptor.JobName Property

 

Gets or sets the name of the scheduled job.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public string JobName { get; set; }
public:
property String^ JobName {
    String^ get();
    void set(String^ value);
}
member JobName : string with get, set
Public Property JobName As String

Property Value

Type: System.String

See Also

ScheduledJobDescriptor Class
Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs Namespace

Return to top