id property

id property

Gets and sets the uniquely identifies the Office Add-in instance in the current document.

Definition:

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

See Also