AFNotification.NotificationContacts Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The collection of notification contacts to be notified by this notification.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFNotificationContacts NotificationContacts { get; }
Public ReadOnly Property NotificationContacts As AFNotificationContacts Get Dim instance As AFNotification Dim value As AFNotificationContacts value = instance.NotificationContacts
public: property AFNotificationContacts^ NotificationContacts { AFNotificationContacts^ get (); }
member NotificationContacts : AFNotificationContacts with get
Property Value
Type: AFNotificationContactsReturns the collection of notification contacts to be notified by this notification.
Remarks
When the notification is created from an AFNotificationTemplate, then this collection is initially created from the NotificationContacts collection of that notification template. Changes to the collection defined by the template (e.g. rename, add, remove) automatically cause similar changes to the AFNotificationContact objects in this collection.
Additional notification contacts not defined by the template can be added to this collection.