'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the boolean data of the item.")> Public Property Value As System.Nullable(Of Boolean)
'Usage
Dim instance As NTreeListNodeBooleanSubItem Dim value As System.Nullable(Of Boolean) instance.Value = value value = instance.Value
[System.ComponentModel.Description("Gets/sets the boolean data of the item.")] public System.Nullable<bool> Value {get; set;}