Text Property
Text
Gets or sets the text of the field.
Declaration
[Browsable(false)]
public string Text { get; set; }
<Browsable(False)>
Public Property Text As String
Property Value
Type |
Description |
string |
A string value indicates the text of the field.
|