set_RefName()

XmlSchemaAttribute::set_RefName(const SharedPtr<XmlQualifiedName>&) method

Sets the name of an attribute declared in this schema (or another schema indicated by the specified namespace).

void System::Xml::Schema::XmlSchemaAttribute::set_RefName(const SharedPtr<XmlQualifiedName> &value)

Arguments

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

See Also