System::Xml::XmlAttribute::get_Value method

XmlAttribute::get_Value method

Returns the value of the node.

String System::Xml::XmlAttribute::get_Value() override

ReturnValue

The value returned depends on the XmlNode::get_NodeType of the node. For XmlAttribute nodes, the value of attribute is returned.

See Also