QuickOPC User's Guide and Reference
MappingContextTemplate Property



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)>
<NotNullAttribute()>
Public Shadows Property MappingContextTemplate As DAMappingContext
'Usage
 
Dim instance As DAMapper
Dim value As DAMappingContext
 
instance.MappingContextTemplate = value
 
value = instance.MappingContextTemplate
[Browsable(false)]
[NotNull()]
public new DAMappingContext MappingContextTemplate {get; set;}
[Browsable(false)]
[NotNull()]
public:
new property DAMappingContext^ MappingContextTemplate {
   DAMappingContext^ get();
   void set (    DAMappingContext^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

DAMapper Class
DAMapper Members