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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > MappingTagAttribute Class : TypeId Property
When implemented in a derived class, gets a unique identifier for this System.Attribute.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property TypeId As Object
'Usage
 
Dim instance As MappingTagAttribute
Dim value As Object
 
value = instance.TypeId
public override object TypeId {get;}
public:
property Object^ TypeId {
   Object^ get() override;
}

Property Value

An System.Object that is a unique identifier for the attribute.
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

Reference

MappingTagAttribute Class
MappingTagAttribute Members
Base Implementation in TypeId