'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Properties")> <System.ComponentModel.DescriptionAttribute("Gets or sets the value of this node.")> Public Property Value As System.Double
'Usage
Dim instance As NValueTreeMapNode Dim value As System.Double instance.Value = value value = instance.Value
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Properties")] [System.ComponentModel.Description("Gets or sets the value of this node.")] public System.double Value {get; set;}