QuickOPC User's Guide and Reference
AttributeElementCount Property (_AECategoryElement)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes Namespace > _AECategoryElement Interface : AttributeElementCount Property
Count of event attributes provided with notifications in this event category.
Syntax
'Declaration
 
ReadOnly Property AttributeElementCount As Integer
'Usage
 
Dim instance As _AECategoryElement
Dim value As Integer
 
value = instance.AttributeElementCount
int AttributeElementCount {get;}
property int AttributeElementCount {
   int get();
}
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