System::Xml::XmlProcessingInstruction::get_Name method

XmlProcessingInstruction::get_Name method

Returns the qualified name of the node.

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

ReturnValue

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

See Also