eRelationship
This eNum is used as the return for the Parent and Child properties of the DeviceClass object, and are as follows:
CODE
Enum eRelationship As Integer
Not_Set = 0
Indeterminate = 1 ' Could not be determined
Parent_Root = 2
Standalone = 3
Child = 4
End Enum