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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcBrowseMode 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 OpcElementType
'Usage
 
Dim instance As _OpcBrowseMode
Dim value As OpcElementType
 
instance.SelectElementType = value
 
value = instance.SelectElementType
OpcElementType SelectElementType {get; set;}
property OpcElementType SelectElementType {
   OpcElementType get();
   void set (    OpcElementType 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