id property
id property
Gets or sets the library id. This value must be unique within the instance document. Optional.
Definition:
@property
def id(self):
...
@id.setter
def id(self, value):
...
Gets or sets the library id. This value must be unique within the instance document. Optional.
@property
def id(self):
...
@id.setter
def id(self, value):
...