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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _EasyUASpecializedClient Interface : ClientSelector Property
The selector of the client object that is used for the specialized client operations.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property ClientSelector As EasyUAClientSelector
'Usage
 
Dim instance As _EasyUASpecializedClient
Dim value As EasyUAClientSelector
 
instance.ClientSelector = value
 
value = instance.ClientSelector
[CanBeNull()]
EasyUAClientSelector ClientSelector {get; set;}
[CanBeNull()]
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