InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / SystemUnavailableMessage Property


In This Topic
    SystemUnavailableMessage Property
    In This Topic
    Gets or sets a value indicating the message to show when the system is unavailable in ALC terminals.
    Syntax
    'Declaration
     
    
    Property SystemUnavailableMessage As String
    'Usage
     
    
    Dim instance As IAlcTerminal
    Dim value As String
     
    instance.SystemUnavailableMessage = value
     
    value = instance.SystemUnavailableMessage
    string SystemUnavailableMessage {get; set;}
    See Also