XmlSchemaElement.QualifiedName Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the actual qualified name for the given element.
public:
 property System::Xml::XmlQualifiedName ^ QualifiedName { System::Xml::XmlQualifiedName ^ get(); };public System.Xml.XmlQualifiedName QualifiedName { get; }member this.QualifiedName : System.Xml.XmlQualifiedNamePublic ReadOnly Property QualifiedName As XmlQualifiedNameProperty Value
The qualified name of the element. The post-compilation value of the QualifiedName property.
Remarks
QualifiedName is the name that a ref attribute refers to. The qualified name consists of the NCName of the element. For example, element name = "NCName", and the prefix used to describe the targetNamespace of the schema. This property holds the post-compilation value of the QualifiedName property.