QuickOPC User's Guide and Reference
Client Property (UAClientReadOnlyModelProvider)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace > UAClientReadOnlyModelProvider Class : Client Property
The client object used to access the OPC-UA servers.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property Client As IEasyUAClient
'Usage
 
Dim instance As UAClientReadOnlyModelProvider
Dim value As IEasyUAClient
 
value = instance.Client
[NotNull()]
public IEasyUAClient Client {get;}
[NotNull()]
public:
property IEasyUAClient^ Client {
   IEasyUAClient^ get();
}
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