AFNotificationContent.TemplateContent Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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 .