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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.LiveMapping Namespace > CommonMapper 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 CommonMappingContext
'Usage
 
Dim instance As CommonMapper
Dim value As CommonMappingContext
 
instance.MappingContextTemplate = value
 
value = instance.MappingContextTemplate
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public new CommonMappingContext MappingContextTemplate {get; set;}
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
new property CommonMappingContext^ MappingContextTemplate {
   CommonMappingContext^ get();
   void set (    CommonMappingContext^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

CommonMapper Class
CommonMapper Members