WebExtensionReference

WebExtensionReference class

Represents identify the provider location and version of the extension.

Properties

NameTypeDescription
IdStringGets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique
VersionStringGets and sets the version.
StoreNameStringGets and sets the instance of the marketplace where the Office Add-in is stored. .
StoreTypeintGets 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