PathEvaluationContextPaths Property  | 
 
            Gets the hash set of incomplete paths generated so far.
            
 
    Namespace: 
   VDS.RDF.Query.Paths
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic HashSet<PotentialPath> Paths { get; }Public ReadOnly Property Paths As HashSet(Of PotentialPath)
	Get
Property Value
Type: 
HashSetPotentialPath
See Also