QuickOPC User's Guide and Reference
UABrowseDirections Enumeration



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UABrowseDirections Enumeration
The directions of the references to return.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC-UA Browse Directions")>
<FlagsAttribute()>
<GuidAttribute("150D0E6C-C0E1-44E1-BB3A-C005762A471F")>
Public Enum UABrowseDirections 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UABrowseDirections
[CLSCompliant(true)]
[ComVisible(true)]
[DisplayName2("OPC-UA Browse Directions")]
[Flags()]
[Guid("150D0E6C-C0E1-44E1-BB3A-C005762A471F")]
public enum UABrowseDirections : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[CLSCompliant(true)]
[ComVisible(true)]
[DisplayName2("OPC-UA Browse Directions")]
[Flags()]
[Guid("150D0E6C-C0E1-44E1-BB3A-C005762A471F")]
public enum class UABrowseDirections : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Both3Return forward and inverse references.

Remarks:

Select forward and inverse References.

Forward1Return forward references.

Remarks:

Select only forward References.

Inverse2Return inverse references.

Remarks:

Select only inverse References.

Symmetric References are always considered to be in forward direction therefore the isForward flag is always set to TRUE and symmetric References are not returned if browseDirection is set to Inverse.

None0No browse direction.
Remarks

An enumeration that specifies the direction of References to follow.

Symmetric References are always considered to be in forward direction therefore the isForward flag is always set to TRUE and symmetric References are not returned if browseDirection is set to Inverse.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.UABrowseDirections

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also