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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAMappingSource Class : Mappings Property
The mappings associated with this mapping source.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Protected Shadows ReadOnly Property Mappings As IEnumerable(Of UAMapping)
'Usage
 
Dim instance As UAMappingSource
Dim value As IEnumerable(Of UAMapping)
 
value = instance.Mappings
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
protected new IEnumerable<UAMapping> Mappings {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
protected:
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