MobileAppSettingsDictionary.IsMicrosoftAccountAuthenticationEnabled Property

 

Gets a value indicating whether Microsoft Account authentication is enabled for this service.

Namespace:   Microsoft.Azure.Mobile.Server
Assembly:  Microsoft.Azure.Mobile.Server (in Microsoft.Azure.Mobile.Server.dll)

Syntax

public virtual bool IsMicrosoftAccountAuthenticationEnabled { get; }
public:
property bool IsMicrosoftAccountAuthenticationEnabled {
    virtual bool get();
}
abstract IsMicrosoftAccountAuthenticationEnabled : bool with get
override IsMicrosoftAccountAuthenticationEnabled : bool with get
Public Overridable ReadOnly Property IsMicrosoftAccountAuthenticationEnabled As Boolean

Property Value

Type: System.Boolean

See Also

MobileAppSettingsDictionary Class
Microsoft.Azure.Mobile.Server Namespace

Return to top