get method

get(self, conn_param_name)

Gets the ConnectionParameter element with the specified name.

Returns

The element with the specified name.


def get(self, conn_param_name):
    ...
ParameterTypeDescription
conn_param_nameSystem.Stringconnection parameter name

See Also