WebExtensionProperty
WebExtensionProperty class
Represents an Office Add-in custom property.
class WebExtensionProperty;
Properties
| Property | Type | Description |
|---|---|---|
| name | string | Gets and set a custom property name. |
| value | string | Gets 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;