OPC Studio User's Guide and Reference
MappingProvider Property (UAClientMapper)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientMapper Class : MappingProvider Property
The mapping provider to be used by this mapper.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<JetBrains.Annotations.NotNullAttribute()>
Public Shadows ReadOnly Property MappingProvider As UAMappingProvider
'Usage
 
Dim instance As UAClientMapper
Dim value As UAMappingProvider
 
value = instance.MappingProvider
[Browsable(false)]
[JetBrains.Annotations.NotNull()]
public new UAMappingProvider MappingProvider {get;}
[Browsable(false)]
[JetBrains.Annotations.NotNull()]
public:
new property UAMappingProvider^ MappingProvider {
   UAMappingProvider^ get();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

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