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