InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / HostField Class / Text Property
Example


In This Topic
    Text Property (HostField)
    In This Topic
    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