Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The type of relative path element.
Namespace: Opc.UaAssembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public enum ElementType |
| Visual Basic |
|---|
Public Enumeration ElementType |
| Visual C++ |
|---|
public enum class ElementType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| AnyHierarchical | 1 | Any hierarchial reference should be followed ('/'). | |
| AnyComponent | 2 | Any component reference should be followed ('.'). | |
| ForwardReference | 3 | The forward reference identified by the browse name should be followed. | |
| InverseReference | 4 | The inverse reference identified by the browse name should be followed. |