QuickOPC User's Guide and Reference
Tag Property (MappingTagAttribute)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > MappingTagAttribute Class : Tag Property
The mapping tag.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property Tag As String
'Usage
 
Dim instance As MappingTagAttribute
Dim value As String
 
value = instance.Tag
[NotNull()]
public string Tag {get;}
[NotNull()]
public:
property String^ Tag {
   String^ 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