set_Data()

XmlProcessingInstruction::set_Data(const String&) method

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

void System::Xml::XmlProcessingInstruction::set_Data(const String &value)

Arguments

ParameterTypeDescription
valueconst String&The value to set.

See Also