WebExtensionReference
Contents
[
Hide
]WebExtensionReference class
Represents identify the provider location and version of the extension.
Properties
| Name | Type | Description |
|---|---|---|
| Id | String | Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique |
| Version | String | Gets and sets the version. |
| StoreName | String | Gets and sets the instance of the marketplace where the Office Add-in is stored. . |
| StoreType | int | Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStor |
WebExtensionReference.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.
Type: String
WebExtensionReference.Version property
Gets and sets the version.
Type: String
WebExtensionReference.StoreName property
Gets and sets the instance of the marketplace where the Office Add-in is stored. .
Type: String
WebExtensionReference.StoreType property
Gets and sets the type of marketplace that the store attribute identifies. The value of the property is WebExtensionStoreType integer constant.
Type: int