BasicTripleContextItem Property  | 
 
            Gets/Sets the value of a Property.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic 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
ITripleContextItemString
See Also