'DeclarationProperty ScriptFile As String
'UsageDim instance As IConnectionSettingsCommon Dim value As String instance.ScriptFile = value value = instance.ScriptFile
string ScriptFile {get; set;}
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).'DeclarationProperty ScriptFile As String
'UsageDim instance As IConnectionSettingsCommon Dim value As String instance.ScriptFile = value value = instance.ScriptFile
string ScriptFile {get; set;}