ScheduledJobDescriptor::Properties Property

 

Gets the properties associated with this particular IScheduledJob type.

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

public:
property ConcurrentDictionary<Object^, Object^>^ Properties {
	virtual ConcurrentDictionary<Object^, Object^>^ get();
}
Return to top
Show: