Provides classification of OPC Data Access (OPC-DA) nodes.
UUID: f4951d22-bc66-46df-bd83-a46fcee41555
For more information, see DANodeKind in .NET Reference.
            
UUID: f4951d22-bc66-46df-bd83-a46fcee41555
For more information, see DANodeKind in .NET Reference.
| Member | Value | Description | 
|---|---|---|
| DANodeKind_Branch | 2 | The node is a branch. | 
| DANodeKind_Leaf | 1 | The node is a leaf. | 
| DANodeKind_None | 0 | The node kind is not set. | 
| DANodeKind_Root | 3 | The node is a root. | 
For remarks, see DANodeKind in .NET Reference.
For examples, see DANodeKind in .NET Reference.