SPClaimProviderDefinition.IsEnabled property
Gets or sets whether a claims provider is turned on or off.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsEnabled As Boolean
Get
Set
'Usage
Dim instance As SPClaimProviderDefinition
Dim value As Boolean
value = instance.IsEnabled
instance.IsEnabled = value
public bool IsEnabled { get; set; }
Property value
Type: System.Boolean
true if a claims provider is enabled; otherwise false.
See also
Reference
SPClaimProviderDefinition class