System::Xml::XmlProcessingInstruction::set_Data method

XmlProcessingInstruction::set_Data method

Sets the content of the processing instruction, excluding the target.

void System::Xml::XmlProcessingInstruction::set_Data(const String &value)
ParameterTypeDescription
valueconst String&The value to set.

See Also