XmlSerializationWriter::EscapeName Property
This API supports the product 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.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System::Booleantrue if the FromXmlQualifiedName method returns an encoded name; otherwise, false.
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.
Available since 2.0
Silverlight
Available since 2.0