Click or drag to resize

IValuedNodeEffectiveType Property

Gets the URI of the datatype this valued node represents as a String.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
string EffectiveType { get; }

Property Value

Type: String
Remarks
Either String.Empty if no type or the string form of the type URI.
See Also