OPC Studio User's Guide and Reference
Client Property (UAModelClient)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace > UAModelClient Class : Client Property
The client object that is used for OPC operations.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property Client As IEasyUAClient
'Usage
 
Dim instance As UAModelClient
Dim value As IEasyUAClient
 
value = instance.Client
[NotNull()]
public IEasyUAClient Client {get;}
[NotNull()]
public:
property IEasyUAClient^ Client {
   IEasyUAClient^ get();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Remarks
This is the client object for the OPC operations performed by the model client (and implemented internally by the mapper object). The model provider can have a different one.
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