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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientMapper Class : Mappings Property
The client mappings in this mapper.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shadows ReadOnly Property Mappings As IEnumerable(Of UAMapping)
'Usage
 
Dim instance As UAClientMapper
Dim value As IEnumerable(Of UAMapping)
 
value = instance.Mappings
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public new IEnumerable<UAMapping> Mappings {get;}
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
new property IEnumerable<UAMapping^>^ Mappings {
   IEnumerable<UAMapping^>^ get();
}
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