Share via


KeyFilterCompositeField.Visible property

Gets or sets a value that indicates whether this control is visible on the page.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

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

value = instance.Visible

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

Property value

Type: System.Boolean
true if this control is visible on the page; otherwise, false.

See also

Reference

KeyFilterCompositeField class

KeyFilterCompositeField members

Microsoft.Office.Server.WebControls namespace