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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMappingSource Class : Mappings Property
The mappings associated with this mapping source.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected ReadOnly Property Mappings As IEnumerable(Of AbstractMapping)
'Usage
 
Dim instance As AbstractMappingSource
Dim value As IEnumerable(Of AbstractMapping)
 
value = instance.Mappings
[NotNull()]
protected IEnumerable<AbstractMapping> Mappings {get;}
[NotNull()]
protected:
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