XmlTypeAttribute.AnonymousType Propriedade
Definição
Obtém ou define um valor que determina se o tipo de esquema resultante é um tipo anônimo XSD.Gets or sets a value that determines whether the resulting schema type is an XSD anonymous type.
public:
property bool AnonymousType { bool get(); void set(bool value); };
public bool AnonymousType { get; set; }
member this.AnonymousType : bool with get, set
Public Property AnonymousType As Boolean
Valor da propriedade
true, se o tipo de esquema resultante for um tipo anônimo XSD; caso contrário, false.true, if the resulting schema type is an XSD anonymous type; otherwise, false.