PropertyFunctionFactoryIsPropertyFunction Method (Uri) |
Gets whether a URI is considered a property function by the global factories.
Namespace:
VDS.RDF.Query.PropertyFunctions
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsPropertyFunction(
Uri u
)
Public Shared Function IsPropertyFunction (
u As Uri
) As Boolean
Parameters
- u
- Type: SystemUri
Function URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.PropertyFunctions.PropertyFunctionFactory.IsPropertyFunction(System.Uri)"]
See Also