Share via


ServiceSettingsDictionary.IsAzureActiveDirectoryAuthenticationEnabled Property

 

Gets a value indicating whether Azure Active Directory authentication is enabled for this service.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top