System::Xml::XmlWriterSettings::set_NewLineOnAttributes method

XmlWriterSettings::set_NewLineOnAttributes method

Sets a value indicating whether to write attributes on a new line.

void System::Xml::XmlWriterSettings::set_NewLineOnAttributes(bool value)
ParameterTypeDescription
valueboolThe value to set.

See Also