System::Xml::XmlProcessingInstruction::get_LocalName method

XmlProcessingInstruction::get_LocalName method

Returns the local name of the node.

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

ReturnValue

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

See Also