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



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

Property Value

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

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