get_Prefix()

XmlReader::get_Prefix() method

When overridden in a derived class, gets the namespace prefix associated with the current node.

virtual String System::Xml::XmlReader::get_Prefix()=0

Return Value

The namespace prefix associated with the current node.

See Also