XmlTypeAttribute.AnonymousType Propiedad

Definición

Obtiene o establece un valor que determina si el tipo de esquema resultante es un tipo anónimo XSD.

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 de propiedad

true, si el tipo de esquema resultante es un tipo anónimo XSD; de lo contrario, false.

Se aplica a