'Declaration
<System.ComponentModel.DefaultValueAttribute("NListBoxItem")> <System.ComponentModel.DescriptionAttribute("Gets/sets the text that is accosiated with this item.")> Public Property Text As System.String
'Usage
Dim instance As NListBoxItem Dim value As System.String instance.Text = value value = instance.Text
[System.ComponentModel.DefaultValue("NListBoxItem")] [System.ComponentModel.Description("Gets/sets the text that is accosiated with this item.")] public System.string Text {get; set;}