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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMapper Class : MappingContextTemplate Property
The mapping context template to be used by the mapping provider.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<NotNullAttribute()>
Public Property MappingContextTemplate As AbstractMappingContext
'Usage
 
Dim instance As AbstractMapper
Dim value As AbstractMappingContext
 
instance.MappingContextTemplate = value
 
value = instance.MappingContextTemplate
[Browsable(false)]
[NotNull()]
public AbstractMappingContext MappingContextTemplate {get; set;}
[Browsable(false)]
[NotNull()]
public:
property AbstractMappingContext^ MappingContextTemplate {
   AbstractMappingContext^ get();
   void set (    AbstractMappingContext^ 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