A code representing the type of the underlying object.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.1
Syntaxpublic abstract ushort NodeType { get; }
Public MustOverride ReadOnly Property NodeType As UShort
Get
public:
virtual property unsigned short NodeType {
unsigned short get () abstract;
}
abstract NodeType : uint16 with get
Property Value
Type:
UInt16
The type of the node.
See Also