ServiceSettingsDictionary.IsTwitterAuthenticationEnabled Property
Gets a value indicating whether Twitter 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 IsTwitterAuthenticationEnabled { get; }
public:
property bool IsTwitterAuthenticationEnabled {
virtual bool get();
}
abstract IsTwitterAuthenticationEnabled : bool with get
override IsTwitterAuthenticationEnabled : bool with get
Public Overridable ReadOnly Property IsTwitterAuthenticationEnabled As Boolean
Property Value
Type: System.Boolean
See Also
ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top