QuickOPC User's Guide and Reference
ClientSelector Property (_UAEndpointDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UAEndpointDialog Interface : ClientSelector Property
The selector of the client object that is used for the dialog operations.
Syntax
'Declaration
 
<NotNullAttribute()>
Property ClientSelector As EasyUAClientSelector
'Usage
 
Dim instance As _UAEndpointDialog
Dim value As EasyUAClientSelector
 
instance.ClientSelector = value
 
value = instance.ClientSelector
[NotNull()]
EasyUAClientSelector ClientSelector {get; set;}
[NotNull()]
property EasyUAClientSelector^ ClientSelector {
   EasyUAClientSelector^ get();
   void set (    EasyUAClientSelector^ 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