Share via


DtdEntity.NodeType Property

Definition

Overloads

NodeType

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

NodeType

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 = dtdEntity.nodeType;
Public ReadOnly Property NodeType As NodeType

Property Value

The node type.

Implements

Applies to