FullTextPropertyFunctionFactoryIsPropertyFunction 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:
Syntax public bool IsPropertyFunction(
Uri u
)
Public Function IsPropertyFunction (
u As Uri
) As Boolean
Parameters
- u
- Type: SystemUri
URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.PropertyFunctions.FullTextPropertyFunctionFactory.IsPropertyFunction(System.Uri)"]
Implements
IPropertyFunctionFactoryIsPropertyFunction(Uri)See Also