PropertyFunctionInfoPatterns 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; }
Public ReadOnly Property Patterns As List(Of IMatchTriplePattern)
Get
Property Value
Type:
ListIMatchTriplePatternSee Also