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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUASpecializedClient Class : ClientSelector Property
The selector of the client object that is used for the specialized client operations.
Syntax
'Declaration
 
Public Property ClientSelector As EasyUAClientSelector
'Usage
 
Dim instance As EasyUASpecializedClient
Dim value As EasyUAClientSelector
 
instance.ClientSelector = value
 
value = instance.ClientSelector
public EasyUAClientSelector ClientSelector {get; set;}
public:
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