FullTextPropertyFunctionFactory.IsPropertyFunction Method |
Gets whether the given URI is a property function URI.
Namespace:
VDS.RDF.Query.PropertyFunctions
Assembly:
dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version:
Syntaxpublic bool IsPropertyFunction(
Uri u
)
Public Function IsPropertyFunction (
u As Uri
) As Boolean
Parameters
- u
- Type: System.Uri
URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.PropertyFunctions.FullTextPropertyFunctionFactory.IsPropertyFunction(System.Uri)"]
Implements
IPropertyFunctionFactory.IsPropertyFunction(Uri)
See Also