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