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



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAMapper Class : DefaultMappingContextTemplate Property
A default mapping context template. May be null.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
Public Shared Property DefaultMappingContextTemplate As DAMappingContext
 
'Usage
 
Dim value As DAMappingContext
 
DAMapper.DefaultMappingContextTemplate = value
 
value = DAMapper.DefaultMappingContextTemplate
Remarks

The default mapping context template is used when no template is specified in the constructor of the mapper.

The initial value is null.

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