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 or sets the target control ID of a SelectionList or Label control located on the mobile form that is navigated back to from the mobile people picker form.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TargetControlId As String
Get
Set
'Usage
Dim instance As SPMobileSelectPeoplePickerFormButton
Dim value As String
value = instance.TargetControlId
instance.TargetControlId = value
public string TargetControlId { get; set; }
Property Value
Type: System.String
The String object that represents the ID of the target control.
See Also
Reference
SPMobileSelectPeoplePickerFormButton Class