InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / Cegc Property


In This Topic
    Cegc Property
    In This Topic
    Gets or sets a value indicating whether additional characters (above character 128) in the configured National Character Set are available.
    Syntax
    'Declaration
     
    
    Property Cegc As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.Cegc = value
     
    value = instance.Cegc
    bool Cegc {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
    Remarks
    When this property is set to false (the default), additional characters are not available.
    See Also