Programming with Reflection
ConnectionSetting method
Syntax Value = object.ConnectionSetting(Setting)
Returns the current value for a single connection keyword token. See also the ConnectionSettings property, which returns all of the connection settings for the current connection.
Setting Argument type: String
Required
A valid connection keyword token for the connection type. Use the ConnectionType property to determine the current connection type. Use the ConnectionSettings property to determine all of the current connection settings for the connection type.
Value Return type: String
The value of the specified connection keyword token.