get_QualifiedName()

XmlSchemaType::get_QualifiedName() method

Returns the qualified name for the type built from the Name attribute of this type. This is a post-schema-compilation value.

SharedPtr<XmlQualifiedName> System::Xml::Schema::XmlSchemaType::get_QualifiedName()

Return Value

The XmlQualifiedName for the type built from the Name attribute of this type.

See Also