InfoConnect for Unisys
NRCEnabled Property


Gets or sets whether the translations specified by the NationalReplacementSet property are performed.
Syntax
'Declaration
 
Property NRCEnabled As Boolean
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.NRCEnabled = value
 
value = instance.NRCEnabled
bool NRCEnabled {get; set;}

Property Value

The default value is false. The value of this property is not saved to a settings file.
See Also