OutputRdfCollectionTriples Property  | 
 
            Gets the Triples that make up the Collection.
            
 
    Namespace: 
   VDS.RDF.Writing
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic List<Triple> Triples { get; }Public ReadOnly Property Triples As List(Of Triple)
	Get
Property Value
Type: 
ListTriple
See Also