XmlSerializerSection::CheckDeserializeAdvances Property

 

Gets or sets a value that determines whether an additional check of progress of the XmlSerializer is done.

Namespace:   System.Xml.Serialization.Configuration
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::Boolean

true 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
Return to top
Show: