connection_description property

connection_description property

Specifies the user description for this connection

Definition:

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

See Also