'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the text to be displayed by the tooltip's footer.")> Public Property FooterText As System.String
'Usage
Dim instance As NTooltipInfo Dim value As System.String instance.FooterText = value value = instance.FooterText
[System.ComponentModel.Description("Gets/sets the text to be displayed by the tooltip's footer.")] public System.string FooterText {get; set;}