get_Name()

XmlProcessingInstruction::get_Name() method

Returns the qualified name of the node.

String System::Xml::XmlProcessingInstruction::get_Name() override

Return Value

For processing instruction nodes, this method returns the target of the processing instruction.

See Also