'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <WebSysDescriptionAttribute("TreeNode_Selected")> Public Property Selected As System.Boolean
'Usage
Dim instance As NCustomTreeNode Dim value As System.Boolean instance.Selected = value value = instance.Selected
[System.ComponentModel.DefaultValue(false)] [WebSysDescription("TreeNode_Selected")] public System.bool Selected {get; set;}