'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/Sets the descriptive text displayed above the treeview control in the dialog box.")> Public Property Description As System.String
'Usage
Dim instance As NFolderLookup Dim value As System.String instance.Description = value value = instance.Description
[System.ComponentModel.Description("Gets/Sets the descriptive text displayed above the treeview control in the dialog box.")] public System.string Description {get; set;}