Share via


SPMobileEventsViewPeoplePicker.Visible property

NOTE: This API is now obsolete.

This member overrides Control.Visible.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Overrides Property Visible As Boolean
    Get
    Set
'Usage
Dim instance As SPMobileEventsViewPeoplePicker
Dim value As Boolean

value = instance.Visible

instance.Visible = value
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public override bool Visible { get; set; }

Property value

Type: System.Boolean

See also

Reference

SPMobileEventsViewPeoplePicker class

SPMobileEventsViewPeoplePicker members

Microsoft.SharePoint.MobileControls namespace