Nodes have a Type.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax NodeType NodeType { get; }
ReadOnly Property NodeType As NodeType
Get
Property Value
Type:
NodeTypeRemarks Primarily provided so can do quick integer comparison to see what type of Node you have without having to do actual full blown Type comparison.
See Also