Skip to main content
Skip table of contents

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
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.