web_extension property

web_extension property

Gets and sets the web extension part associated with the taskpane instance

Definition:

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

See Also