Name | Description | |
---|---|---|
![]() | BrowsePath | Specifies the browse path for the OPC node. |
![]() | DisplayString | The display string for the current object. |
![]() | HasChildren | The element has children and can be used for a subsequent browse. |
![]() | IsBranch | The node is a branch (a "folder" the can contain other nodes). |
![]() | IsHint | This element is a “hint” leaf versus being a valid item. The OpcLabs.EasyOpc.NodeElement.Name property contains the hint text, and ItemID is an empty string. |
![]() | IsItem | This element is an item, i.e. it is a leaf but not a hint. |
![]() | IsLeaf | The element is a leaf. |
![]() | IsRoot | Determines whether this element describes a root of the address space. |
![]() | ItemId | The unique identifier for this item. |
![]() | Name | Short user friendly portion of the namespace pointing to the element. This is the string to be used for display purposes. |
![]() | NodePath | The node path for this node. Only used with OPC XML. |