SPMobileEventsViewPeoplePicker.Visible Property
Gets or sets the value that indicates whether the people picker control is rendered on the page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Property Visible As Boolean
Get
Set
'Usage
Dim instance As SPMobileEventsViewPeoplePicker
Dim value As Boolean
value = instance.Visible
instance.Visible = value
public override bool Visible { get; set; }
Property Value
Type: System.Boolean
true if the people picker control is rendered; otherwise, false.
Remarks
true is returned when SPList.EnablePeopleSelector is true.
See Also
Reference
SPMobileEventsViewPeoplePicker Class