Property Getters/Setters Summary | ||
---|---|---|
method | getId() | |
method | 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. | ||
method | getStoreName() | |
method | setStoreName(value) | |
Gets and sets the instance of the marketplace where the Office Add-in is stored. . | ||
method | getStoreType() | |
method | setStoreType(value) | |
Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStoreType integer constant. | ||
method | getVersion() | |
method | setVersion(value) | |
Gets and sets the version. |
String getId() / setId(value)
String getVersion() / setVersion(value)
String getStoreName() / setStoreName(value)
int getStoreType() / setStoreType(value)