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



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

Target Platforms: .NET Framework: Windows 10, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UAServerModelProvider Class
UAServerModelProvider Members