Click or drag to resize

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
)

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