BaseVirtualBlankNode<TNodeID, TGraphID>.InternalID Property |
Gets the Internal ID of the Blank Node.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic string InternalID { get; }
Public ReadOnly Property InternalID As String
Get
Property Value
Type:
StringImplements
IBlankNode.InternalID
See Also