AFNotificationContent.NotificationContacts Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The list of contacts that are subscribed to this notification content.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFNotificationContacts NotificationContacts { get; }
Public ReadOnly Property NotificationContacts As AFNotificationContacts Get Dim instance As AFNotificationContent Dim value As AFNotificationContacts value = instance.NotificationContacts
public: property AFNotificationContacts^ NotificationContacts { AFNotificationContacts^ get (); }
member NotificationContacts : AFNotificationContacts with get
Property Value
Type: AFNotificationContactsReturns the list of contacts that are subscribed to this notification content.
Remarks
If this notification content was created from an AFNotificationTemplate, then some of the
items in this list can be defined by the template's content list. Additional contacts can be added,
but the contacts defined by the template cannot be removed.