ThreadSafeGraphGetUriNode Method (String) | 
 
            Returns the UriNode with the given QName if it exists.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override IUriNode GetUriNode(
	string qname
)
Public Overrides Function GetUriNode ( 
	qname As String
) As IUriNode
Parameters
- qname
 - Type: SystemString
The QName of the Node to select. 
Return Value
Type: 
IUriNode[Missing <returns> documentation for "M:VDS.RDF.ThreadSafeGraph.GetUriNode(System.String)"]
Implements
IGraphGetUriNode(String)
See Also