WebExtensionProperty

WebExtensionProperty class

Represents an Office Add-in custom property.

class WebExtensionProperty;

Properties

PropertyTypeDescription
namestringGets and set a custom property name.
valuestringGets and sets a custom property value.

name

Gets and set a custom property name.

name : string;

value

Gets and sets a custom property value.

value : string;