Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The type of relative path element.

Namespace: Opc.Ua
Assembly: 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 nameValueDescription
AnyHierarchical1 Any hierarchial reference should be followed ('/').
AnyComponent2 Any component reference should be followed ('.').
ForwardReference3 The forward reference identified by the browse name should be followed.
InverseReference4 The inverse reference identified by the browse name should be followed.

See Also