SPMobileSelectPeoplePickerFormButton.IsPeopleOnly Property
Gets or sets a value that indicates whether the picker will let the user 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 Property IsPeopleOnly As Boolean
Get
Set
'Usage
Dim instance As SPMobileSelectPeoplePickerFormButton
Dim value As Boolean
value = instance.IsPeopleOnly
instance.IsPeopleOnly = value
public bool IsPeopleOnly { get; set; }
Property Value
Type: System.Boolean
true if people only mode is used; otherwise, false.
See Also
Reference
SPMobileSelectPeoplePickerFormButton Class