PeoplePickerDialog.PrincipalSource Property
Sets or retrieves an SPPrincipalSource value that indicates the principal source of the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property PrincipalSource As SPPrincipalSource
Get
Set
'Usage
Dim instance As PeoplePickerDialog
Dim value As SPPrincipalSource
value = instance.PrincipalSource
instance.PrincipalSource = value
public SPPrincipalSource PrincipalSource { get; set; }
Property Value
Type: Microsoft.SharePoint.Utilities.SPPrincipalSource
An SPPrincipalSource value: "All", "MembershipProvider", "None", "RoleProvider", "UserInfoList", or "Windows".