Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFNotificationTemplate.Contents Property

  • Last UpdatedJan 12, 2026
  • 1 minute read
AFNotificationTemplate.Contents Property
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.2.0.7

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: AFNotificationContents
Returns the collection of contents used to create the AFNotificationContents for the AFNotification created from this template.

Version Information

AFSDK


See Also

In This Topic