destination property

destination property

Gets or sets the destination. This DataSet is to accommodate some providers who require routing information above the appropriate OSI layers.

Definition:

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

See Also