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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientMapper Class : DefaultMappingContextTemplate Property
A default mapping context template. May be null.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
Public Shared Property DefaultMappingContextTemplate As UAMappingContext
'Usage
 
Dim value As UAMappingContext
 
UAClientMapper.DefaultMappingContextTemplate = value
 
value = UAClientMapper.DefaultMappingContextTemplate
[CanBeNull()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
public static UAMappingContext DefaultMappingContextTemplate {get; set;}
[CanBeNull()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
public:
static property UAMappingContext^ DefaultMappingContextTemplate {
   UAMappingContext^ get();
   void set (    UAMappingContext^ value);
}
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