AFNotificationTemplate.Contents Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The collection of contents used to create the AFNotificationContents
for the AFNotification created from this template.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFNotificationContents Contents { get; }
Public ReadOnly Property Contents As AFNotificationContents Get Dim instance As AFNotificationTemplate Dim value As AFNotificationContents value = instance.Contents
public: property AFNotificationContents^ Contents { AFNotificationContents^ get (); }
member Contents : AFNotificationContents with get
Property Value
Type: AFNotificationContentsReturns the collection of contents used to create the AFNotificationContents for the AFNotification created from this template.