sid property

sid property

Gets or sets the sid. A text string value containing the scoped identifier of this element. This value must be unique within the scope of the parent element. Optional.

Definition:

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

See Also