Click or drag to resize
TaxonTreeNodeParentsCircular Property
Parents to this taxon tree node. The difference between property Parents and property ParentsCircular are that taxon tree nodes in this property occurs at least twice in the taxon tree.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public TaxonTreeNodeList ParentsCircular { get; set; }

Property Value

Type: TaxonTreeNodeList

Implements

ITaxonTreeNodeParentsCircular
See Also