BasicTripleContextItem Property |
Gets/Sets the value of a Property.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public Object this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As Object
Get
Set
Parameters
- name
- Type: SystemString
Name of the Property.
Return Value
Type:
ObjectImplements
ITripleContextItemStringSee Also