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



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