SPIdentityClaimMapperManager.Mapper property
The mapper registered in this manager
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Mapper As SPIdentityClaimMapper
Get
Set
'Usage
Dim instance As SPIdentityClaimMapperManager
Dim value As SPIdentityClaimMapper
value = instance.Mapper
instance.Mapper = value
public SPIdentityClaimMapper Mapper { get; set; }
Property value
Type: Microsoft.SharePoint.Administration.Claims.SPIdentityClaimMapper
See also
Reference
SPIdentityClaimMapperManager class