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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientMapper Class : DefaultMappingProvider Property
A default mapping provider.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared Property DefaultMappingProvider As UAMappingProvider
'Usage
 
Dim value As UAMappingProvider
 
UAClientMapper.DefaultMappingProvider = value
 
value = UAClientMapper.DefaultMappingProvider
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UAMappingProvider DefaultMappingProvider {get; set;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UAMappingProvider^ DefaultMappingProvider {
   UAMappingProvider^ get();
   void set (    UAMappingProvider^ value);
}
Remarks

The default mapping provider is used when no mapping provider is specified in the constructor of the mapper.

The initial value is equal to UAMappingProvider.SharedInstance; all its limitations apply.

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