Heureka API .NET Documentation
InvalidTrees Property



Subset of collection that contains only invalid trees
Syntax
'Declaration
 
Public ReadOnly Property InvalidTrees As TreeCollection.InnerTreeCollection
'Usage
 
Dim instance As TreeCollection
Dim value As TreeCollection.InnerTreeCollection
 
value = instance.InvalidTrees
public TreeCollection.InnerTreeCollection InvalidTrees {get;}
public:
property TreeCollection.InnerTreeCollection^ InvalidTrees {
   TreeCollection.InnerTreeCollection^ get();
}
Remarks
Use this collection only for current period, it is not guaranteed to be correct for other periods
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TreeCollection Class
TreeCollection Members

Send Feedback