Share via


ItemHiddenVersion.Visible property

Gets or sets a value that indicates whether the component is visible.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Visible As Boolean
    Get
'Usage
Dim instance As ItemHiddenVersion
Dim value As Boolean

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

Property value

Type: System.Boolean
true if the component is visible; otherwise, false.

See also

Reference

ItemHiddenVersion class

ItemHiddenVersion members

Microsoft.SharePoint.WebControls namespace