ClientPeoplePicker.ForceClaims property

Bool specifying whether we should always resolve against claims mode

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ForceClaims As Boolean
    Get
    Set
'Usage
Dim instance As ClientPeoplePicker
Dim value As Boolean

value = instance.ForceClaims

instance.ForceClaims = value
public bool ForceClaims { get; set; }

Property value

Type: System.Boolean

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace