In This Topic
Gets or sets the field in the data source that stores the text.
Syntax
'Declaration
Public Property TextDataField As String
'Usage
Dim instance As LabelArea
Dim value As String
instance.TextDataField = value
value = instance.TextDataField
public string TextDataField {get; set;}
Exceptions
See Also