Flags that indicate whether a browse element is an item, has children, or both.
[Visual Basic] Public Enum BrowseElementFlags [C#] public enum BrowseElementFlags [C++] __value public enum BrowseElementFlags
When browsing the OPC Server, these flags may be used to determine if the element is an item, has children, or both.
| Member Name | Description |
| HasChildren | The element has children that can be browsed. |
| IsItem | The element is an item that has a fully qualified item ID. |
Namespace: Visavi.Opc.Client
Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
Assembly: Visavi.Opc.Client