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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMemberMappingDefinition 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 AbstractMemberMappingDefinition
Dim value As List(Of String)
 
instance.MappingTags = value
 
value = instance.MappingTags
[ElementsNotNull()]
[NotNull()]
public List<string> MappingTags {get; set;}
[ElementsNotNull()]
[NotNull()]
public:
property List<String^>^ MappingTags {
   List<String^>^ get();
   void set (    List<String^>^ value);
}
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