QuickOPC User's Guide and Reference
AECategoryElement Property (_OpcBrowseNodeElement)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcBrowseNodeElement Interface : AECategoryElement Property
Contains information gathered about an OPC event category.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property AECategoryElement As AECategoryElement
'Usage
 
Dim instance As _OpcBrowseNodeElement
Dim value As AECategoryElement
 
instance.AECategoryElement = value
 
value = instance.AECategoryElement
[CanBeNull()]
AECategoryElement AECategoryElement {get; set;}
[CanBeNull()]
property AECategoryElement^ AECategoryElement {
   AECategoryElement^ get();
   void set (    AECategoryElement^ 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