QuickOPC 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
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property SelectElementType As UAElementType
'Usage
 
Dim instance As UABrowseMode
Dim value As UAElementType
 
instance.SelectElementType = value
 
value = instance.SelectElementType
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public UAElementType SelectElementType {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
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