XmlSchemaComplexType::AnyAttribute Property

 

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

Namespace:   System.Xml.Schema
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
Return to top
Show: