IPropertyFunctionFactoryIsPropertyFunction Method |
Gets whether the factory considers the given URI as representing a property function.
Namespace:
VDS.RDF.Query.PropertyFunctions
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool IsPropertyFunction(
Uri u
)
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.IPropertyFunctionFactory.IsPropertyFunction(System.Uri)"]
See Also