InfoConnect for Airlines
Cegc Property


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
Attachmate.Reflection.SecuredSettingException 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