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