OPC Studio 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
 
<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
[NotNull()]
public List<string> MappingTags {get; set;}
[NotNull()]
public:
property List<String^>^ MappingTags {
   List<String^>^ get();
   void set (    List<String^>^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

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