Click or drag to resize

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
)

Parameters

u
Type: SystemUri
URI.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.PropertyFunctions.IPropertyFunctionFactory.IsPropertyFunction(System.Uri)"]

See Also