System::Xml::XmlWriterSettings::get_NewLineOnAttributes method

XmlWriterSettings::get_NewLineOnAttributes method

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

bool System::Xml::XmlWriterSettings::get_NewLineOnAttributes()

ReturnValue

true to write attributes on individual lines; otherwise, false. The default is false.

See Also