PISystem.NotificationContactTemplates Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.