SPMobilePeoplePickerForm.PeopleOnly Property
Gets a value that indicates whether the picker will let users pick Active Directory groups in addition to people or only people.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property PeopleOnly As Boolean
Get
'Usage
Dim instance As SPMobilePeoplePickerForm
Dim value As Boolean
value = instance.PeopleOnly
public bool PeopleOnly { get; }
Property Value
Type: System.Boolean
true if only people can be searched for; otherwise, false.
See Also
Reference
SPMobilePeoplePickerForm Class