Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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