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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UABrowseMode Interface : SelectElementType Property
The type of the element that the user needs to select in order to finalize the dialog.
Syntax
'Declaration
 
Property SelectElementType As UAElementType
'Usage
 
Dim instance As _UABrowseMode
Dim value As UAElementType
 
instance.SelectElementType = value
 
value = instance.SelectElementType
UAElementType SelectElementType {get; set;}
property UAElementType SelectElementType {
   UAElementType get();
   void set (    UAElementType value);
}
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