ServiceSettingsDictionary.IsGoogleAuthenticationEnabled Property

 

Gets a value indicating whether Google 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 IsGoogleAuthenticationEnabled { get; }
public:
property bool IsGoogleAuthenticationEnabled {
    virtual bool get();
}
abstract IsGoogleAuthenticationEnabled : bool with get
override IsGoogleAuthenticationEnabled : bool with get
Public Overridable ReadOnly Property IsGoogleAuthenticationEnabled As Boolean

Property Value

Type: System.Boolean

See Also

ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top