DelegatingXmlReader.NodeType PropertyDelegatingXmlReader.NodeType PropertyDelegatingXmlReader::NodeType Property

Gets the type of the current node.

Syntax

Public Overrides ReadOnly Property NodeType As System.Xml.XmlNodeType
        Get
public override System.Xml.XmlNodeType NodeType { get; }
public:
virtual property System.Xml::XmlNodeType NodeType {
    System.Xml::XmlNodeType get();
}
 

Property Value

Type: System.Xml.XmlNodeTypeSystem.Xml.XmlNodeTypeSystem.Xml::XmlNodeType

One of the XmlNodeTypeXmlNodeTypeXmlNodeType values representing the type of the current node.