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)

public:
property String^ JobName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: