set_AnyAttribute()

XmlSchemaComplexType::set_AnyAttribute(const SharedPtr<XmlSchemaAnyAttribute>&) method

Sets the value for the XmlSchemaAnyAttribute component of the complex type.

void System::Xml::Schema::XmlSchemaComplexType::set_AnyAttribute(const SharedPtr<XmlSchemaAnyAttribute> &value)

Arguments

ParameterTypeDescription
valueconst SharedPtr<XmlSchemaAnyAttribute>&The value to set.

See Also