XmlDocumentType::NodeType Property

 

Gets the type of the current node.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlNodeType NodeType {
	virtual XmlNodeType get() override;
}

Property Value

Type: System.Xml::XmlNodeType

For DocumentType nodes, this value is XmlNodeType.DocumentType.

.NET Framework
Available since 1.1
Return to top
Show: