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


In This Topic
    ScriptFile Property
    In This Topic
    Get or set the text string that contains the name of a Reflection Basic script to run when the connection is established (for example, a logon script).
    Syntax
    'Declaration
     
    
    Property ScriptFile As String
    'Usage
     
    
    Dim instance As IConnectionSettingsCommon
    Dim value As String
     
    instance.ScriptFile = value
     
    value = instance.ScriptFile
    string ScriptFile {get; set;}

    Property Value

    The default value is "". This value can be changed during an open connection.
    See Also