UnionTripleCollectionCount Property  | 
 
            Gets the count of Triples in this union.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override int Count { get; }Public Overrides ReadOnly Property Count As Integer
	Get
Property Value
Type: 
Int32
Remarks
            The Count is the total number of Triples, this may be different from the number of distinct triples.
            
See Also