QuickOPC User's Guide and Reference
MappingProvider Property (DAMapper)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAMapper Class : MappingProvider Property
The mapping provider to be used by this mapper.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shadows ReadOnly Property MappingProvider As DAMappingProvider
 
'Usage
 
Dim instance As DAMapper
Dim value As DAMappingProvider
 
value = instance.MappingProvider
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