GraphDiffReportAddedMSGs Property  | 
 
            Gets the MSGs (Minimal Spanning Graphs i.e. sets of Triples sharing common Blank Nodes) that must be added to the 1st Graph to get the 2nd Graph.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<IGraph> AddedMSGs { get; }Public ReadOnly Property AddedMSGs As IEnumerable(Of IGraph)
	Get
Property Value
Type: 
IEnumerableIGraph
See Also