'Declaration
<System.ComponentModel.CategoryAttribute("Properties")> <System.ComponentModel.DescriptionAttribute("Defines the label of this node.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Label As System.String
'Usage
Dim instance As NTreeMapNode Dim value As System.String instance.Label = value value = instance.Label
[System.ComponentModel.Category("Properties")] [System.ComponentModel.Description("Defines the label of this node.")] [System.Xml.Serialization.XmlAttribute()] public System.string Label {get; set;}