Class WebExtensionReference
Class WebExtensionReference
Namespace: Aspose.Cells.WebExtensions
Assembly: Aspose.Cells.dll (25.2.0)
Represents identify the provider location and version of the extension.
public class WebExtensionReference
Inheritance
object ← WebExtensionReference
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Id
Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.
public string Id { get; set; }
Property Value
StoreName
Gets and sets the instance of the marketplace where the Office Add-in is stored. .
public string StoreName { get; set; }
Property Value
StoreType
Gets and sets the type of marketplace that the store attribute identifies.
public WebExtensionStoreType StoreType { get; set; }
Property Value
Version
Gets and sets the version.
public string Version { get; set; }