get_NewLineOnAttributes()

XmlWriterSettings::get_NewLineOnAttributes() method

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

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

Return Value

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

See Also