RSS.NET

RssWriter.XmlIndentation Property

Gets or sets how indentation to write for each level in the hierarchy when XmlFormat is set to Indented

[Visual Basic]
Public Property XmlIndentation As Integer
[C#]
public int XmlIndentation {get; set;}

Exceptions

Exception Type Condition
InvalidOperationException Can't change XML formatting after data has been written.
ArgumentException Setting this property to a negative value.

See Also

RssWriter Class | Rss Namespace