WebExtensionProperty

WebExtensionProperty class

Specifies a web extension custom property.

To learn more, visit the Work with Office Add-ins documentation article.

public class WebExtensionProperty

Constructors

NameDescription
WebExtensionProperty(string, string)Creates web extension custom property with specified name and value.

Properties

NameDescription
Name { get; set; }Specifies a custom property name
Value { get; set; }Specifies a custom property value.

See Also