RootList Property
Description
Gets list of available trees in the specified range.
Property type
Read-only property
Syntax
Visual Basic
Public Property RootList( _
   Optional ByVal Val As Integer = 0 _
) As List
Parameters
Val

One of the values TDOLE_ALL, TDOLE_SUBJECT, or TDOLE_NOT_SUBJECT, from tagTDAPI_ROOTLIST Enumeration.

See Also