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)

Syntax

public virtual ServiceSettingsDictionary Settings { get; set; }
public:
property ServiceSettingsDictionary^ Settings {
    virtual ServiceSettingsDictionary^ get();
    virtual void set(ServiceSettingsDictionary^ value);
}
abstract Settings : ServiceSettingsDictionary with get, set
override Settings : ServiceSettingsDictionary with get, set
Public Overridable Property Settings As ServiceSettingsDictionary

Property Value

Type: Microsoft.WindowsAzure.Mobile.Service.ServiceSettingsDictionary

Returns ServiceSettingsDictionary.

See Also

ApiServices Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top