SPClaimProviderDefinition.TypeName property
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