ApiServices::Settings Property

 

Gets or sets the ServiceSettingsDictionary for this service. The ServiceSettingsDictionary provide information about which settings apply to the service.

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

public:
property ServiceSettingsDictionary^ Settings {
	virtual ServiceSettingsDictionary^ get();
	virtual void set(ServiceSettingsDictionary^ value);
}
Return to top
Show: