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.
Gets the name of the class where the claims provider is defined.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TypeName As String
Get
'Usage
Dim instance As SPClaimProviderDefinition
Dim value As String
value = instance.TypeName
public string TypeName { get; }
Property Value
Type: System.String
A String that contains the name of the class in which the claims provider is defined.
See Also
Reference
SPClaimProviderDefinition Class