'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.LocalizableAttribute(True)> <WebSysDescriptionAttribute("TreeNode_Value")> Public Property Value As System.String
'Usage
Dim instance As NCustomTreeNode Dim value As System.String instance.Value = value value = instance.Value
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Localizable(true)] [WebSysDescription("TreeNode_Value")] public System.string Value {get; set;}