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