InfoConnect for Airlines
Text Property (HostField)
Example 


Gets field text.
Syntax
'Declaration
 
Public ReadOnly Property Text As String
'Usage
 
Dim instance As HostField
Dim value As String
 
value = instance.Text
public string Text {get;}
Example
HostField host;
string FieldText = host.Text;
See Also