Text Property (DataLabel)
In This Topic
Gets the text.
Syntax
'Declaration
Public Overridable Shadows ReadOnly Property Text As String
'Usage
Dim instance As DataLabel
Dim value As String
value = instance.Text
public virtual new string Text {get;}
Property Value
The text.
See Also