NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlTextWriter Properties

The properties of the XmlTextWriter class are listed below. For a complete list of XmlTextWriter class members, see the XmlTextWriter Members topic.

Public:

DataTypeNamespace Gets or sets the DataTypes namespace which determines how the strongly typed values are converted to XML text.
EncodeNames Gets or sets a value indicating whether to encode element and attribute names according to the XML Names specification.
Formatting Gets or sets options on how the output is formatted.
Indentation Gets or sets how many IndentChars to write for each level in the hierarchy when doing "Indented" Formatting.
IndentChar Gets or sets which character to use for indenting when doing "Indented" Formatting.
Namespaces Gets or sets a value indicating whether to do namespace support.
QuoteChar Gets or sets which character to use to quote attribute values.
WriteState Gets the state of the stream.
XmlLang Gets the current xml:lang scope.
XmlSpace Gets an XmlSpace representing the current xml:space scope.

See Also

XmlTextWriter Class | System.NewXml Namespace