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; }
ReadOnly Property EffectiveType As String
Get
Property Value
Type:
StringRemarks
Either String.Empty if no type or the string form of the type URI.
See Also