CustomXmlProperty class

CustomXmlProperty class

Represents a single custom XML attribute or a smart tag property. To learn more, visit the Structured Document Tags or Content Control documentation article.

Remarks

Used as an item of a CustomXmlPropertyCollection collection.

Constructors

NameDescription
CustomXmlProperty(name, uri, value)Initializes a new instance of this class.

Properties

NameDescription
nameSpecifies the name of the custom XML attribute or smart tag property.
uriGets or sets the namespace URI of the custom XML attribute or smart tag property.
valueGets or sets the value of the custom XML attribute or smart tag property.

See Also