AFNotificationTemplate.NotificationContacts Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The collection of AFNotificationContact objects used to create the
AFNotificationContacts for the AFNotification created from
this template.
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 AFNotificationTemplate 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 AFNotificationContact objects used to create the AFNotificationContacts for the AFNotification created from this template. The notification's ContactDefinition will be set to the defining notification contact in this collection.