OPC Studio 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()>
Public Shared Property DefaultMappingContextTemplate As UAMappingContext
'Usage
 
Dim value As UAMappingContext
 
UAClientMapper.DefaultMappingContextTemplate = value
 
value = UAClientMapper.DefaultMappingContextTemplate
[CanBeNull()]
public static UAMappingContext DefaultMappingContextTemplate {get; set;}
[CanBeNull()]
public:
static property UAMappingContext^ DefaultMappingContextTemplate {
   UAMappingContext^ get();
   void set (    UAMappingContext^ value);
}

Property Value

This value of this property can be null (Nothing in Visual Basic).

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