id property

id property

Gets and sets the id of the custom xml part.

Definition:

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

See Also