XmlSerializerSection::CheckDeserializeAdvances Property
.NET Framework (current version)
Gets or sets a value that determines whether an additional check of progress of the XmlSerializer is done.
Assembly: System.Xml (in System.Xml.dll)
public: [ConfigurationPropertyAttribute("checkDeserializeAdvances", DefaultValue = false)] property bool CheckDeserializeAdvances { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the check is made; otherwise, false. The default is true.
Do not use this method. Instead, set the checkDeserializerAdvances attribute of the <xmlSerializer> Element.
.NET Framework
Available since 2.0
Available since 2.0
Show: