XmlSchemaIdentityConstraint.QualifiedName Property

Definition

Gets the qualified name of the identity constraint, which holds the post-compilation value of the QualifiedName property.

public:
 property System::Xml::XmlQualifiedName ^ QualifiedName { System::Xml::XmlQualifiedName ^ get(); };
public System.Xml.XmlQualifiedName QualifiedName { get; }
member this.QualifiedName : System.Xml.XmlQualifiedName
Public ReadOnly Property QualifiedName As XmlQualifiedName

Property Value

The post-compilation value of the QualifiedName property.

Applies to