XmlSchemaComplexType::AnyAttribute Property
.NET Framework (current version)
Gets or sets the value for the XmlSchemaAnyAttribute component of the complex type.
Assembly: System.Xml (in System.Xml.dll)
public: property XmlSchemaAnyAttribute^ AnyAttribute { XmlSchemaAnyAttribute^ get(); void set(XmlSchemaAnyAttribute^ value); }
Property Value
Type: System.Xml.Schema::XmlSchemaAnyAttribute^The XmlSchemaAnyAttribute component of the complex type.
If this property is not null, the complex type can contain any attributes from the namespaces specified in the XmlSchemaAnyAttribute.
.NET Framework
Available since 1.1
Available since 1.1
Show: