Share via


ServiceSettingsDictionary.Key Property

 

Gets or sets the service key (a.k.a. application key).

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

Syntax

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

Property Value

Type: System.String

See Also

ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top