XmlCDataSection.NodeType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = xmlCDataSection.nodeType;
Public ReadOnly Property NodeType As NodeType
Property Value
The node type.