XmlSerializerSection::UseLegacySerializerGeneration Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether the specified object uses legacy serializer generation.

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

public:
[ConfigurationPropertyAttribute("useLegacySerializerGeneration", 
	DefaultValue = false)]
property bool UseLegacySerializerGeneration {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the object uses legacy serializer generation; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: