AFNotificationContentResult.Value Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The value of notification content result.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.