Click or drag to resize

PotentialPathIsPartial Property

Gets/Sets whether the Path is Partial.

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool IsPartial { get; set; }

Property Value

Type: Boolean
Remarks
While this may seem something of a misnomer what this represents is that the path is only part of the overall path so in the case of a sequence path we'll make all incomplete paths from the first part of the sequence as partial so they can't be themselves completed but they can be used to form complete paths.
See Also