InfoConnect for Airlines
ScriptArgs Property


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