store_name property

store_name property

Gets and sets the instance of the marketplace where the Office Add-in is stored. .

Definition:

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

See Also