QuickOPC User's Guide and Reference
CategoryIds Property (_AECategoryDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Forms.Browsing.ComTypes Namespace > _AECategoryDialog Interface : CategoryIds Property
A collection of event category Ids.
Syntax
'Declaration
 
<NotNullAttribute()>
Property CategoryIds As Int32Collection
'Usage
 
Dim instance As _AECategoryDialog
Dim value As Int32Collection
 
instance.CategoryIds = value
 
value = instance.CategoryIds
[NotNull()]
Int32Collection CategoryIds {get; set;}
[NotNull()]
property Int32Collection^ CategoryIds {
   Int32Collection^ get();
   void set (    Int32Collection^ value);
}
Remarks
Getting or setting this property creates a clone of the current value. Later changes in the collection are not synchronized with the clone.
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