XmlSerializerSection::UseLegacySerializerGeneration Property
.NET Framework (current version)
Gets or sets a value that indicates whether the specified object uses legacy serializer generation.
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::Booleantrue if the object uses legacy serializer generation; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: