'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the name of the column. This value may be used to look-up a column in its parent NTreeList's Columns collection.")> Public Property Name As System.String
'Usage
Dim instance As NTreeListColumn Dim value As System.String instance.Name = value value = instance.Name
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the name of the column. This value may be used to look-up a column in its parent NTreeList's Columns collection.")] public System.string Name {get; set;}