InfoConnect for Airlines
ScriptFile Property


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