id property

id property

Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.

Definition:

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

See Also