'Declaration
<System.ComponentModel.CategoryAttribute("Text")> <System.ComponentModel.DescriptionAttribute("The label format string.")> Public Property Format As System.String
'Usage
Dim instance As NTreeMapNode Dim value As System.String instance.Format = value value = instance.Format
[System.ComponentModel.Category("Text")] [System.ComponentModel.Description("The label format string.")] public System.string Format {get; set;}