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 the name of the assembly that contains the claims hierarchy provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ClaimHierarchyProviderAssembly As String
Get
'Usage
Dim instance As SPClaimHierarchyProviderFeatureReceiver
Dim value As String
value = instance.ClaimHierarchyProviderAssembly
public abstract string ClaimHierarchyProviderAssembly { get; }
Property Value
Type: System.String
A String containing the name of the claims hierarchy provider assembly.
See Also
Reference
SPClaimHierarchyProviderFeatureReceiver Class