XmlSerializerSection.UseLegacySerializerGeneration Propriedade
Definição
Obtém ou define um valor que indica se o objeto especificado usa geração de serializador herdado.Gets or sets a value that indicates whether the specified object uses legacy serializer generation.
public:
property bool UseLegacySerializerGeneration { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useLegacySerializerGeneration", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool UseLegacySerializerGeneration { get; set; }
[<System.Configuration.ConfigurationProperty("useLegacySerializerGeneration", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.UseLegacySerializerGeneration : bool with get, set
Public Property UseLegacySerializerGeneration As Boolean
Valor da propriedade
true se o objeto usa a geração de serializador herdado; caso contrário, false.true if the object uses legacy serializer generation; otherwise, false.
- Atributos