Click or drag to resize

PropertyFunctionInfo.Patterns Property

Gets the triple patterns that compose the property function.

Namespace:  VDS.RDF.Query.PropertyFunctions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public List<IMatchTriplePattern> Patterns { get; }

Property Value

Type: List<IMatchTriplePattern>
See Also