SPClaimProviderDefinition.IsValid property
Determines if the claims provider definition is valid.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsValid As Boolean
Get
'Usage
Dim instance As SPClaimProviderDefinition
Dim value As Boolean
value = instance.IsValid
public bool IsValid { get; }
Property value
Type: System.Boolean
true if the claims provider definition is valid; otherwise false.
See also
Reference
SPClaimProviderDefinition class