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



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
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public new DAMappingContext MappingContextTemplate {get; set;}
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
new property DAMappingContext^ MappingContextTemplate {
   DAMappingContext^ get();
   void set (    DAMappingContext^ value);
}
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