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
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Specifies a custom property name |
Value | string | Read/Write | Specifies a custom property value. |
Methods
| Signature | Description |
|---|---|
WebExtensionProperty(name: string, value: string) | Creates web extension custom property with specified name and value. |