Click or drag to resize

ITripleContext.Item Property

A Property which exposes the arbitrary properties of the Context as an Key Based Index.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
Object this[
	string name
] { get; set; }

Parameters

name
Type: System.String
Name of the Property.

Return Value

Type: Object
See Also