TagInformationWebPart.Visible Property
Gets or sets a value that indicates whether the TagInformationWebPart is visible on the page.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overrides Property Visible As Boolean
Get
Set
'Usage
Dim instance As TagInformationWebPart
Dim value As Boolean
value = instance.Visible
instance.Visible = value
public override bool Visible { get; set; }
Property Value
Type: System.Boolean
true if the TagInformationWebPart is visible on the page; otherwise, false.