Help > Web Development > Object Reference > Object Reference > ISYSGroup > Visible Property
<a name="kanchor408"></a>ISYSGroup:Visible Property
Indicates if the group should be rendered. Used for reference only, it is up to the developer to adhere to the visible flag.

Syntax
[VBScript]
ReadOnly property ISYSGroup.Visible as boolean
[C#]
boolean ISYSGroup.Visible {get;}
[ColdFusion/Java]
boolean ISYSGroup.Visible() throws ComException;