AFNotificationContactTemplates.Parent Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the AFNotificationContactTemplate that owns this
collection of notification contacts.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFNotificationContactTemplate Parent { get; }
Public ReadOnly Property Parent As AFNotificationContactTemplate Get Dim instance As AFNotificationContactTemplates Dim value As AFNotificationContactTemplate value = instance.Parent
public: property AFNotificationContactTemplate^ Parent { AFNotificationContactTemplate^ get (); }
member Parent : AFNotificationContactTemplate with get
Property Value
Type: AFNotificationContactTemplateReturns the AFNotificationContactTemplate that is the parent of this collection of notification contacts. If the collection is not contained within another notification contact, for example if it is in the top level collection from the AFNotification object, then this property will return .
Remarks
Use the OSIsoft.AF.Notification property to get direct access to the owning
AFNotification object of this collection, regardless of how deep the
collection may be within the notification contact hierarchy.