InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsCommon Interface / ScriptType Property


In This Topic
    ScriptType Property
    In This Topic
    Gets or sets the type of script file, either Reflection Basic (RBS) or Reflection Command Language (RCL).
    Syntax
    'Declaration
     
    
    Property ScriptType As ScriptTypeOption
    'Usage
     
    
    Dim instance As IConnectionSettingsCommon
    Dim value As ScriptTypeOption
     
    instance.ScriptType = value
     
    value = instance.ScriptType
    ScriptTypeOption ScriptType {get; set;}

    Property Value

    The default value is Reflection Basic (RBS).
    See Also