CustomXmlProperty
Overview
CustomXmlProperty is a class in Aspose.Words FOSS for .NET.
Represents a single custom XML attribute or a smart tag property.
This class provides 1 method for working with CustomXmlProperty objects in .NET programs.
Available methods include: CustomXmlProperty.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Name, Uri, Value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read | Specifies the name of the custom XML attribute or smart tag property. |
Uri | string | Read/Write | Gets or sets the namespace URI of the custom XML attribute or smart tag property. |
Value | string | Read/Write | Gets or sets the value of the custom XML attribute or smart tag property. |
Methods
| Signature | Description |
|---|---|
CustomXmlProperty(name: string, uri: string, value: string) | Initializes a new instance of this class. |