QuickOPC User's Guide and Reference
MappingTags Property (AbstractMapping)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMapping Class : MappingTags Property
Contains mapping tags attached to this mapping.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Property MappingTags As List(Of String)
 
'Usage
 
Dim instance As AbstractMapping
Dim value As List(Of String)
 
instance.MappingTags = value
 
value = instance.MappingTags
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