ClientPeoplePicker.PrincipalAccountType property

String used to specify the type of principals to be resolved in a query Comma-separated : "User,DL,SecGroup,SPGroup"

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

Syntax

'Declaration
Public Property PrincipalAccountType As String
    Get
    Set
'Usage
Dim instance As ClientPeoplePicker
Dim value As String

value = instance.PrincipalAccountType

instance.PrincipalAccountType = value
public string PrincipalAccountType { get; set; }

Property value

Type: System.String

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace