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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMapper Class : Mappings Property
The mappings in this mapper.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<NotNullAttribute()>
Public ReadOnly Property Mappings As IEnumerable(Of AbstractMapping)
'Usage
 
Dim instance As AbstractMapper
Dim value As IEnumerable(Of AbstractMapping)
 
value = instance.Mappings
[Browsable(false)]
[NotNull()]
public IEnumerable<AbstractMapping> Mappings {get;}
[Browsable(false)]
[NotNull()]
public:
property IEnumerable<AbstractMapping^>^ Mappings {
   IEnumerable<AbstractMapping^>^ 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