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.
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