extensionAlternateVersionsArray.prefer object
Specifies the backward compatibility with an equivalent COM add-in, XLL add-in, or both.
Properties that reference this object type:
Syntax
Properties
comAddin
Specifies a COM add-in that must be used in place of the Microsoft 365 Web Add-in for Windows.
Type
comAddin
Required
—
Constraints
Supported values
Examples
{
"extensions": [
{
"alternates": [
{
"prefer": {
"comAddin": {
"progId": "ContosoExtension"
}
}
}
]
}
]
}