QuickOPC User's Guide and Reference
ReturnedAttributesByCategory Property (AESubscriptionParameters)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AESubscriptionParameters Class : ReturnedAttributesByCategory Property
Attributes to be returned with event notifications for each event category.
Syntax
'Declaration
 
<DataMemberAttribute()>
<ElementsNotNullAttribute()>
Public Property ReturnedAttributesByCategory As AEAttributeSetDictionary
'Usage
 
Dim instance As AESubscriptionParameters
Dim value As AEAttributeSetDictionary
 
instance.ReturnedAttributesByCategory = value
 
value = instance.ReturnedAttributesByCategory
[DataMember()]
[ElementsNotNull()]
public AEAttributeSetDictionary ReturnedAttributesByCategory {get; set;}
[DataMember()]
[ElementsNotNull()]
public:
property AEAttributeSetDictionary^ ReturnedAttributesByCategory {
   AEAttributeSetDictionary^ get();
   void set (    AEAttributeSetDictionary^ value);
}
Remarks

A dictionary where they key is the category ID, and the value is an array of attribute IDs for that event category.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AESubscriptionParameters Class
AESubscriptionParameters Members