AFNotificationRule.Subscribers Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The collection of AFNotificationRuleSubscriber to be receive this notification.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFNotificationRuleSubscribers Subscribers { get; }
Public ReadOnly Property Subscribers As AFNotificationRuleSubscribers Get Dim instance As AFNotificationRule Dim value As AFNotificationRuleSubscribers value = instance.Subscribers
public: property AFNotificationRuleSubscribers^ Subscribers { AFNotificationRuleSubscribers^ get (); }
member Subscribers : AFNotificationRuleSubscribers with get
Property Value
Type: AFNotificationRuleSubscribersReturns the collection of AFNotificationRuleSubscriber to receive this notification.
Remarks
When the AFNotificationRule is created from an AFNotificationRuleTemplate, this collection is initially created from the Subscribers collection of that AFNotificationRuleTemplate. Changes to the objects in the collection defined by the template (e.g. rename, add, remove) automatically cause similar changes to the AFNotificationRuleSubscriber objects in this collection.