Aspose::Words::Markup::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.

class CustomXmlProperty : public System::Object

Methods

MethodDescription
CustomXmlProperty(const System::String&, const System::String&, const System::String&)Initializes a new instance of this class.
get_Name() constSpecifies the name of the custom XML attribute or smart tag property.
get_Uri() constGets or sets the namespace URI of the custom XML attribute or smart tag property.
get_Value() constGets or sets the value of the custom XML attribute or smart tag property.
GetType() const override
Is(const System::TypeInfo&) const override
set_Uri(const System::String&)Setter for Aspose::Words::Markup::CustomXmlProperty::get_Uri.
set_Value(const System::String&)Setter for Aspose::Words::Markup::CustomXmlProperty::get_Value.
static Type()

Remarks

Used as an item of a CustomXmlPropertyCollection collection.

See Also