AFNotificationRule.Subscribers Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The collection of AFNotificationRuleSubscriber to be receive this notification.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.