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)

public:
property String^ Key {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: