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



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