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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace > UATypeDefinitionIdAttribute 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 UATypeDefinitionIdAttribute
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