Click or drag to resize

BasicTripleContextHasProperty Method

Checks whether a given property is defined in this Context object.

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

Parameters

name
Type: SystemString
Name of the Property.

Return Value

Type: Boolean

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

Implements

ITripleContextHasProperty(String)
See Also