SPClaimHierarchyProvider.Name property
When implemented in a derived class, gets a string that represents the name for this hierarchy provider. Used to identify the hierarchy provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Name As String
Get
'Usage
Dim instance As SPClaimHierarchyProvider
Dim value As String
value = instance.Name
public abstract string Name { get; }
Property value
Type: System.String
A string that represents the name for this hierarchy provider.
See also
Reference
SPClaimHierarchyProvider class