WebExtensionProperty

WebExtensionProperty

Overview

WebExtensionProperty is a class in Aspose.Words FOSS for .NET.

Specifies a web extension custom property.

This class provides 1 method for working with WebExtensionProperty objects in .NET programs. Available methods include: WebExtensionProperty. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Name, Value.

Properties

NameTypeAccessDescription
NamestringRead/WriteSpecifies a custom property name
ValuestringRead/WriteSpecifies a custom property value.

Methods

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

See Also