AFNotificationContentResult.Content Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The notification content associated with the result.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFNotificationContent Content { get; set; }
Public Property Content As AFNotificationContent Get Set Dim instance As AFNotificationContentResult Dim value As AFNotificationContent value = instance.Content instance.Content = value
public: property AFNotificationContent^ Content { AFNotificationContent^ get (); void set (AFNotificationContent^ value); }
member Content : AFNotificationContent with get, set
Property Value
Type: AFNotificationContentReturns the notification content associated with the result.