'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets or sets the state text")> Public Property Text As System.String
'Usage
Dim instance As NIndicatorState Dim value As System.String instance.Text = value value = instance.Text
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets or sets the state text")] public System.string Text {get; set;}