AFNotificationContactTemplate.NotificationContactTemplates Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the collection of child notification contact templates.
Namespace: OSIsoft.AF.Notification
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 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.