ClientPeoplePicker.PrincipalSource property

SPPrincipalSource used to specify target sources used to resolve entities

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

Syntax

'Declaration
Public Property PrincipalSource As SPPrincipalSource
    Get
    Set
'Usage
Dim instance As ClientPeoplePicker
Dim value As SPPrincipalSource

value = instance.PrincipalSource

instance.PrincipalSource = value
public SPPrincipalSource PrincipalSource { get; set; }

Property value

Type: Microsoft.SharePoint.Utilities.SPPrincipalSource

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace