XdmType.NameTest PropertyXdmType.NameTest PropertyXdmType::NameTest Property

Gets the name test.

Syntax

Public MustOverride ReadOnly Property NameTest As System.Xml.XmlQualifiedName
        Get
public abstract System.Xml.XmlQualifiedName NameTest { get; }
public:
property System.Xml::XmlQualifiedName^ NameTest {
    virtual System.Xml::XmlQualifiedName^ get() abstract;
}