XmlRootAttribute()

XmlRootAttribute::XmlRootAttribute() constructor

Constructs a new instance of XmlRootAttribute class.

System::Xml::Serialization::XmlRootAttribute::XmlRootAttribute()

XmlRootAttribute::XmlRootAttribute(const System::String&) constructor

Constructs a new instance of XmlRootAttribute class and initializes it with the specified element name.

System::Xml::Serialization::XmlRootAttribute::XmlRootAttribute(const System::String &elementName)

Arguments

ParameterTypeDescription
elementNameconst System::String&The name of the XML root element

See Also