set_NewLineOnAttributes()

XmlWriterSettings::set_NewLineOnAttributes(bool) method

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

void System::Xml::XmlWriterSettings::set_NewLineOnAttributes(bool value)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also