Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a button control that navigates the user to the people picker form.
Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property PeoplePickerNavigationButton As SPMobileSelectPeoplePickerFormButton
    Get
'Usage
Dim value As SPMobileSelectPeoplePickerFormButton
value = Me.PeoplePickerNavigationButton
protected SPMobileSelectPeoplePickerFormButton PeoplePickerNavigationButton { get; }
Property Value
Type: Microsoft.SharePoint.MobileControls.SPMobileSelectPeoplePickerFormButton
The SPMobileSelectPeoplePickerFormButton object that navigates the user to the people picker form.
See Also
Reference
SPMobileEventsViewPeoplePicker Class