AFNotificationContact.NotificationContacts Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is a collection of child contacts that have been added to this notification contact.
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 AFNotificationContact Dim value As AFNotificationContacts value = instance.NotificationContacts
public: property AFNotificationContacts^ NotificationContacts { AFNotificationContacts^ get (); }
member NotificationContacts : AFNotificationContacts with get
Property Value
Type: AFNotificationContactsA collection of child contacts that have been added to this notification contact.
Remarks
The collection of child contacts may be defined by the
AFNotificationContactTemplate.NotificationContactTemplates
collection if this contact was defined from an AFNotificationContactTemplate or it may be
defined by the
AFNotificationContact.NotificationContacts
collection if this contact was defined from an AFNotificationTemplate.