InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / OIAUserMessage Property


In This Topic
    OIAUserMessage Property
    In This Topic
    Gets a value indicating the current T27 status line system message. If there is no message, the returned string is whitespace characters. The user message is 16 characters in length.
    Syntax
    'Declaration
     
    
    ReadOnly Property OIAUserMessage As String
    'Usage
     
    
    Dim instance As IT27Screen
    Dim value As String
     
    value = instance.OIAUserMessage
    string OIAUserMessage {get;}
    See Also