ServiceSettingsDictionary.SystemKey Property
Gets or sets the application system key.
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
'Declaration
Public Overridable Property SystemKey As String
Get
Set
'Usage
Dim instance As ServiceSettingsDictionary
Dim value As String
value = instance.SystemKey
instance.SystemKey = value
public virtual string SystemKey { get; set; }
public:
virtual property String^ SystemKey {
String^ get ();
void set (String^ value);
}
abstract SystemKey : string with get, set
override SystemKey : string with get, set
function get SystemKey () : String
function set SystemKey (value : String)
Property Value
Type: System.String
Remarks
Setting this property only stays in effect for the lifetime of the current AppDomain. To change the settings in a persistent manner, please update the settings using a mechanism provided by the service host.