OPC Studio User's Guide and Reference
SelectableNodeClasses Property (UABrowseMode)



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

Property Value

The default value of this property is Variable (UANodeClass.Variable).

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