PropertyFunctionInfoPatterns Property  | 
 
            Gets the triple patterns that compose the property function.
            
 
    Namespace: 
   VDS.RDF.Query.PropertyFunctions
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic List<IMatchTriplePattern> Patterns { get; }Public ReadOnly Property Patterns As List(Of IMatchTriplePattern)
	Get
Property Value
Type: 
ListIMatchTriplePattern
See Also