XmlTypeAttribute.AnonymousType Property

Definition

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

Property Value

true, if the resulting schema type is an XSD anonymous type; otherwise, false.

Applies to