System::Xml::XmlProcessingInstruction::get_Value method

XmlProcessingInstruction::get_Value method

Returns the value of the node.

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

ReturnValue

The entire content of the processing instruction, excluding the target.

See Also