Share via


ServiceSettingsDictionary.MasterKey Property

 

Gets or sets the application master key.

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

Syntax

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

Property Value

Type: System.String

See Also

ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top