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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UABrowseParameters Class : BrowseDirections Property
Specifies the directions of the references to return.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property BrowseDirections As UABrowseDirections
'Usage
 
Dim instance As UABrowseParameters
Dim value As UABrowseDirections
 
instance.BrowseDirections = value
 
value = instance.BrowseDirections
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public UABrowseDirections BrowseDirections {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
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 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