QuickOPC User's Guide and Reference
Keys Property (AECategoryElementCollection)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace > AECategoryElementCollection Class : Keys Property
A collection of Category Ids that are keys to the category elements in the dictionary.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
<XmlIgnoreAttribute()>
Public ReadOnly Property Keys As ICollection(Of Long)
'Usage
 
Dim instance As AECategoryElementCollection
Dim value As ICollection(Of Long)
 
value = instance.Keys
[CanBeNull()]
[DefaultValue("")]
[XmlIgnore()]
public ICollection<long> Keys {get;}
[CanBeNull()]
[DefaultValue("")]
[XmlIgnore()]
public:
property ICollection<int64>^ Keys {
   ICollection<int64>^ get();
}

Property Value

Returns a collection of keys. Returns null reference if the collection has not been yet allocated.
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