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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UABrowseMode Class : SelectElementType Property
The type of the element that the user needs to select in order to finalize the dialog.
Syntax
'Declaration
 
Public Property SelectElementType As UAElementType
'Usage
 
Dim instance As UABrowseMode
Dim value As UAElementType
 
instance.SelectElementType = value
 
value = instance.SelectElementType
public UAElementType SelectElementType {get; set;}
public:
property UAElementType SelectElementType {
   UAElementType get();
   void set (    UAElementType value);
}

Property Value

The default value of this property is Node (UAElementType.Node).

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