label property

label property

Gets or sets a word or short phrase that identifies the resource as a member of a user-defined collection.

Definition:

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

See Also