XmlDocumentFragment.NodeType Property

Definition

Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes.

public:
 property NodeType NodeType { NodeType get(); };
NodeType NodeType();
public NodeType NodeType { get; }
var nodeType = xmlDocumentFragment.nodeType;
Public ReadOnly Property NodeType As NodeType

Property Value

The node type.

Implements

Applies to