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


In This Topic
    ScriptArgs Property
    In This Topic
    Gets or sets the text string that contains arguments to pass to a connect script.
    Syntax
    'Declaration
     
    
    Property ScriptArgs As String
    'Usage
     
    
    Dim instance As IConnectionSettingsCommon
    Dim value As String
     
    instance.ScriptArgs = value
     
    value = instance.ScriptArgs
    string ScriptArgs {get; set;}

    Property Value

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