System.Xml.XmlWriterSettings.NewLineOnAttributes Property

Gets or sets a value indicating whether to write attributes on a new line.

Syntax

public bool NewLineOnAttributes { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property only applies to System.Xml.XmlWriter instances that output text content; otherwise, this setting is ignored.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0