Defines default output settings.
Namespace: Mvp.Xml.Common.XslAssembly: Mvp.Xml (in Mvp.Xml.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| ReadOnly Property OutputSettings As XmlWriterSettings |
| C# |
|---|
| XmlWriterSettings OutputSettings { get; } |
| C++ |
|---|
| property XmlWriterSettings OutputSettings abstract { XmlWriterSettings^ get(); } |
| J# |
|---|
| /** property */ public XmlWriterSettings get_OutputSettings(); |
| JScript |
|---|
| public function get OutputSettings() : XmlWriterSettings |