ScheduledJob::Services Property

 

Gets or sets the ApiServices associated with this ScheduledJob.

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

public:
property ApiServices^ Services {
	[CompilerGeneratedAttribute]
	virtual ApiServices^ get();
	[CompilerGeneratedAttribute]
	virtual void set(ApiServices^ value);
}
Return to top
Show: