QuickOPC User's Guide and Reference
SelectableNodeClasses Property (_UABrowseMode)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UABrowseMode Interface : SelectableNodeClasses Property
The classes of nodes that the user is allowed to select in the dialog.
Syntax
'Declaration
 
Property SelectableNodeClasses As UANodeClass
'Usage
 
Dim instance As _UABrowseMode
Dim value As UANodeClass
 
instance.SelectableNodeClasses = value
 
value = instance.SelectableNodeClasses
UANodeClass SelectableNodeClasses {get; set;}
property UANodeClass SelectableNodeClasses {
   UANodeClass get();
   void set (    UANodeClass value);
}
Remarks

Nodes whose class is not known will also be selectable in the dialog or control.

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