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.
Gets the action used to modify the claim value.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ClaimValueModificationAction As SPMappingAction
Get
'Usage
Dim instance As SPTrustedClaimTypeInformation
Dim value As SPMappingAction
value = instance.ClaimValueModificationAction
public SPMappingAction ClaimValueModificationAction { get; }
Property Value
Type: Microsoft.SharePoint.Administration.Claims.SPMappingAction
The modification action to apply to the claim value.
See Also
Reference
SPTrustedClaimTypeInformation Class