QuickOPC User's Guide and Reference
AEClientSelector Property (OpcBrowseDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseDialog Class : AEClientSelector Property
The selector of the OPC-A&E client object that is used for the dialog operations.
Syntax
'Declaration
 
Public Property AEClientSelector As EasyAEClientSelector
'Usage
 
Dim instance As OpcBrowseDialog
Dim value As EasyAEClientSelector
 
instance.AEClientSelector = value
 
value = instance.AEClientSelector
public EasyAEClientSelector AEClientSelector {get; set;}
public:
property EasyAEClientSelector^ AEClientSelector {
   EasyAEClientSelector^ get();
   void set (    EasyAEClientSelector^ 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