QuickOPC User's Guide and Reference
ClientMapper Property (DAClientOperationContext)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAClientOperationContext Class : ClientMapper Property
The client mapper to which this operation context belongs.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property ClientMapper As DAClientMapper
'Usage
 
Dim instance As DAClientOperationContext
Dim value As DAClientMapper
 
value = instance.ClientMapper
[NotNull()]
public DAClientMapper ClientMapper {get;}
[NotNull()]
public:
property DAClientMapper^ ClientMapper {
   DAClientMapper^ 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