get_Value()

XmlAttribute::get_Value() method

Returns the value of the node.

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

Return Value

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

See Also