Click or drag to resize

ITripleContextHasProperty Method

A Method which will indicate whether the Context contains some arbitrary property.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
bool HasProperty(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:VDS.RDF.ITripleContext.HasProperty(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.ITripleContext.HasProperty(System.String)"]

See Also