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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientMapper Class : Client Property
The client object that this mapper uses to make OPC operations.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<NotNullAttribute()>
Public Property Client As IEasyUAClient
'Usage
 
Dim instance As UAClientMapper
Dim value As IEasyUAClient
 
instance.Client = value
 
value = instance.Client
[Browsable(false)]
[NotNull()]
public IEasyUAClient Client {get; set;}
[Browsable(false)]
[NotNull()]
public:
property IEasyUAClient^ Client {
   IEasyUAClient^ get();
   void set (    IEasyUAClient^ value);
}

Property Value

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

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

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