XmlSerializationWriter Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The XmlSerializationWriter type exposes the following members.

Properties

  Name Description
Protected property EscapeName Gets or sets a value that indicates whether the EncodeName method is used to write valid XML.
Protected property Writer Gets the XmlWriter that is being used by the XmlSerializationWriter.
Protected property XmlNamespaces Gets or sets a list of XML qualified name objects that contain the namespaces and prefixes used to produce qualified names in XML documents.

Top