name property

name property

Specifies the name of the connection. Each connection must have a unique name.

Definition:

@property
def name(self):
    ...
@name.setter
def name(self, value):
    ...

See Also