DevForce Help Reference
IsVisible Property


Gets or sets a flag indicating if the property should appear in the item tree of the configuration editor
Syntax
'Declaration
 
Public Property IsVisible As Boolean
'Usage
 
Dim instance As ConfigEditorAttribute
Dim value As Boolean
 
instance.IsVisible = value
 
value = instance.IsVisible
public bool IsVisible {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConfigEditorAttribute Class
ConfigEditorAttribute Members

Send Feedback