SPMobileEventsViewPeoplePicker.PeopleList Property
Gets a child dropdown list control that contains users of the current site.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property PeopleList As SPMobileSelectionList
Get
'Usage
Dim instance As SPMobileEventsViewPeoplePicker
Dim value As SPMobileSelectionList
value = instance.PeopleList
public SPMobileSelectionList PeopleList { get; }
Property Value
Type: Microsoft.SharePoint.MobileControls.SPMobileSelectionList
The SPMobileSelectionList object that contains users of the current site.
See Also
Reference
SPMobileEventsViewPeoplePicker Class