PISystem.NotificationContactTemplates Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the collection of top-level pre-configured notification contacts maintained
on this PISystem.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFNotificationContactTemplates NotificationContactTemplates { get; }
Public ReadOnly Property NotificationContactTemplates As AFNotificationContactTemplates Get Dim instance As PISystem Dim value As AFNotificationContactTemplates value = instance.NotificationContactTemplates
public: property AFNotificationContactTemplates^ NotificationContactTemplates { AFNotificationContactTemplates^ get (); }
member NotificationContactTemplates : AFNotificationContactTemplates with get
Property Value
Type: AFNotificationContactTemplatesThe collection of top-level notification contacts maintained by the PISystem.
Remarks
This collection contains all the top-level notification contacts that were configured
on this PISystem.