'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("The tooltip of the object when the mouse passes over it.")> Public Property Text As System.String
'Usage
Dim instance As NTooltipAttribute Dim value As System.String instance.Text = value value = instance.Text
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("The tooltip of the object when the mouse passes over it.")] public System.string Text {get; set;}