Share via


VersionedPlaceHolder.Visible property

Gets or sets a Boolean value that specifies whether to display the control.

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

Syntax

'Declaration
Public Overrides Property Visible As Boolean
    Get
    Set
'Usage
Dim instance As VersionedPlaceHolder
Dim value As Boolean

value = instance.Visible

instance.Visible = value
public override bool Visible { get; set; }

Property value

Type: System.Boolean
Boolean
true to display the control; otherwise, false.

See also

Reference

VersionedPlaceHolder class

VersionedPlaceHolder members

Microsoft.SharePoint.WebControls namespace