AFNotificationContent.TemplateContent Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the AFNotificationContent from the
AFNotificationTemplate that was used to create this content.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFNotificationContent TemplateContent { get; }
Public ReadOnly Property TemplateContent As AFNotificationContent Get Dim instance As AFNotificationContent Dim value As AFNotificationContent value = instance.TemplateContent
public: property AFNotificationContent^ TemplateContent { AFNotificationContent^ get (); }
member TemplateContent : AFNotificationContent with get
Property Value
Type: AFNotificationContentReturns the AFNotificationContent from the AFNotificationTemplate that was used to create this content. If the content was not created from a AFNotificationTemplate, then this property will return .