Property Getters/Setters Summary | ||
---|---|---|
function | getId() | |
function | setId(value) | |
Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. | ||
function | getStoreName() | |
function | setStoreName(value) | |
Gets and sets the instance of the marketplace where the Office Add-in is stored. . | ||
function | getStoreType() | |
function | setStoreType(value) | |
Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStoreType integer constant. | ||
function | getVersion() | |
function | setVersion(value) | |
Gets and sets the version. |
function getId() / function setId(value)
function getVersion() / function setVersion(value)
function getStoreName() / function setStoreName(value)
function getStoreType() / function setStoreType(value)