ScheduledJobDescriptor::Config Property

 

Gets or sets the current HttpConfiguration.

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

public:
property HttpConfiguration^ Config {
	HttpConfiguration^ get();
	void set(HttpConfiguration^ value);
}
Return to top
Show: