QuickOPC User's Guide and Reference
DAItemIdTemplateAttribute Class
Members 



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace : DAItemIdTemplateAttribute Class
Describes how to construct OPC item IDs.
Syntax
'Declaration
 
<AttributeUsageAttribute(AttributeTargets.Class Or  _
    AttributeTargets.Struct)>
<ComVisibleAttribute(False)>
Public NotInheritable Class DAItemIdTemplateAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As DAItemIdTemplateAttribute
[AttributeUsage(AttributeTargets.Class | 
    AttributeTargets.Struct)]
[ComVisible(false)]
public sealed class DAItemIdTemplateAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
[AttributeUsage(AttributeTargets.Class | 
    AttributeTargets.Struct)]
[ComVisible(false)]
public ref class DAItemIdTemplateAttribute sealed : public System.Attribute, System.Runtime.InteropServices._Attribute  
Inheritance Hierarchy

System.Object
   System.Attribute
      OpcLabs.EasyOpc.DataAccess.LiveMapping.DAItemIdTemplateAttribute

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