XmlSchemaComplexType.AnyAttribute Property

Definition

Gets or sets the value for the XmlSchemaAnyAttribute component of the complex type.

public:
 property System::Xml::Schema::XmlSchemaAnyAttribute ^ AnyAttribute { System::Xml::Schema::XmlSchemaAnyAttribute ^ get(); void set(System::Xml::Schema::XmlSchemaAnyAttribute ^ value); };
public System.Xml.Schema.XmlSchemaAnyAttribute? AnyAttribute { get; set; }
public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get; set; }
member this.AnyAttribute : System.Xml.Schema.XmlSchemaAnyAttribute with get, set
Public Property AnyAttribute As XmlSchemaAnyAttribute

Property Value

The XmlSchemaAnyAttribute component of the complex type.

Remarks

If this property is not null, the complex type can contain any attributes from the namespaces specified in the XmlSchemaAnyAttribute.

Applies to