OrganizationClaimHierarchyProviderFeatureReceiver.ClaimHierarchyProviderType Property
Gets the type for the claims hierarchy provider.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ClaimHierarchyProviderType As String
Get
'Usage
Dim instance As OrganizationClaimHierarchyProviderFeatureReceiver
Dim value As String
value = instance.ClaimHierarchyProviderType
public override string ClaimHierarchyProviderType { get; }
Property Value
Type: System.String
A String containing the claims hierarchy provider type.
See Also
Reference
OrganizationClaimHierarchyProviderFeatureReceiver Class