ServiceSettingsDictionary::MicrosoftAccountClientSecret Property

 

Gets or sets the Microsoft Account client secret associated with this service.

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

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

Property Value

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