Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFNotification.NotificationContacts Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotification.NotificationContacts Property
The collection of notification contacts to be notified by this notification.

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 AFNotification
Dim value As AFNotificationContacts

value = instance.NotificationContacts
public:
property AFNotificationContacts^ NotificationContacts {
	AFNotificationContacts^ get ();
}
member NotificationContacts : AFNotificationContacts with get

Property Value

Type: AFNotificationContacts
Returns 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in