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