ScheduledJobDescriptor::JobType Property

 

Get or sets the type of the scheduled job.

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

public:
property Type^ JobType {
	Type^ get();
	void set(Type^ value);
}

Property Value

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