IAFNotificationContact.NotificationContacts Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The NotificationContacts of the AFNotificationContactTemplate or
AFNotificationContact.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
IAFNamedCollection<IAFNotificationContact> NotificationContacts { get; }
ReadOnly Property NotificationContacts As IAFNamedCollection(Of IAFNotificationContact) Get Dim instance As IAFNotificationContact Dim value As IAFNamedCollection(Of IAFNotificationContact) value = instance.NotificationContacts
property IAFNamedCollection<IAFNotificationContact^>^ NotificationContacts { IAFNamedCollection<IAFNotificationContact^>^ get (); }
abstract NotificationContacts : IAFNamedCollection<IAFNotificationContact> with get
Property Value
Type: IAFNamedCollectionIAFNotificationContactThis property maps to the AFNotificationContactTemplate.NotificationContactTemplates or AFNotificationContact.NotificationContacts.