AFNotificationContactTemplate.NotificationContactTemplates Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property returns the collection of child notification contact templates.
Namespace: OSIsoft.AF.Notification
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 AFNotificationContactTemplate Dim value As AFNotificationContactTemplates value = instance.NotificationContactTemplates
public: property AFNotificationContactTemplates^ NotificationContactTemplates { AFNotificationContactTemplates^ get (); }
member NotificationContactTemplates : AFNotificationContactTemplates with get
Property Value
Type: AFNotificationContactTemplatesReturns the collection of child notification contact templates.
Remarks
The hierarchy of notification contact templates defined by this
AFNotificationContactTemplate will be instantiated as a hierarchy
of notification contacts when the notification contact is created from this template.