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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseNodeElement Class : AECategoryElement Property
Contains information gathered about an OPC event category.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute("")>
Public Property AECategoryElement As AECategoryElement
'Usage
 
Dim instance As OpcBrowseNodeElement
Dim value As AECategoryElement
 
instance.AECategoryElement = value
 
value = instance.AECategoryElement
[DataMember()]
[DefaultValue("")]
public AECategoryElement AECategoryElement {get; set;}
[DataMember()]
[DefaultValue("")]
public:
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