Share via


XmlSerializationWriter.EscapeName Property

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

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

Gets or sets a value that indicates whether the EncodeName method is used to write valid XML.

Namespace:  System.Xml.Serialization
Assembly:  System.Xml.Serialization (in System.Xml.Serialization.dll)

Syntax

'Declaration
Protected Property EscapeName As Boolean
protected bool EscapeName { get; set; }

Property Value

Type: System.Boolean
true if the FromXmlQualifiedName method returns an encoded name; otherwise, false.

Remarks

The EncodeName method writes valid XML from invalid sources. For example, the ColumnName property of the DataColumn class can contain spaces, which are invalid as XML. The DecodeName method reads the encoded XML and restores it to the original value. However, the Read method of the XmlSchema cannot read such encoded XML. In that case, set the EscapeName property to false to disable the encoding of the XML.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.