MobileAppSettingsDictionary.MicrosoftAccountScope Property
Gets or sets the Microsoft Account scope associated with this service. One or more values can be specified, separated by spaces.
Namespace: Microsoft.Azure.Mobile.Server
Assembly: Microsoft.Azure.Mobile.Server (in Microsoft.Azure.Mobile.Server.dll)
Syntax
public virtual string MicrosoftAccountScope { get; set; }
public:
property String^ MicrosoftAccountScope {
virtual String^ get();
virtual void set(String^ value);
}
abstract MicrosoftAccountScope : string with get, set
override MicrosoftAccountScope : string with get, set
Public Overridable Property MicrosoftAccountScope As String
Property Value
Type: System.String
See Also
MobileAppSettingsDictionary Class
Microsoft.Azure.Mobile.Server Namespace
Return to top