OrganizationClaimHierarchyProvider.Name Property
Gets a string that represents the name for this organization claims hierarchy provider. Used to identify the hierarchy provider.
Namespace: Microsoft.SharePoint.Portal.ClaimProviders
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Name As String
Get
'Usage
Dim instance As OrganizationClaimHierarchyProvider
Dim value As String
value = instance.Name
public override string Name { get; }
Property Value
Type: System.String
A String that contains the name for this hierarchy provider.
See Also
Reference
OrganizationClaimHierarchyProvider Class