QuickOPC User's Guide and Reference
BrowseDirections Property (_UABrowseParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UABrowseParameters Interface : BrowseDirections Property
Specifies the directions of the references to return.
Syntax
'Declaration
 
Property BrowseDirections As UABrowseDirections
'Usage
 
Dim instance As _UABrowseParameters
Dim value As UABrowseDirections
 
instance.BrowseDirections = value
 
value = instance.BrowseDirections
UABrowseDirections BrowseDirections {get; set;}
property UABrowseDirections BrowseDirections {
   UABrowseDirections get();
   void set (    UABrowseDirections value);
}
Remarks

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 OpcLabs.EasyOpc.UA.UABrowseDirections.Inverse.

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