QuickOPC User's Guide and Reference
AEAttributeId Property (_OpcBrowseNodeDescriptor)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcBrowseNodeDescriptor Interface : AEAttributeId Property
Event attribute ID.
Syntax
'Declaration
 
Property AEAttributeId As Integer
'Usage
 
Dim instance As _OpcBrowseNodeDescriptor
Dim value As Integer
 
instance.AEAttributeId = value
 
value = instance.AEAttributeId
int AEAttributeId {get; set;}
property int AEAttributeId {
   int get();
   void set (    int value);
}
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