AFNotificationContentResult.IsUpdated Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates whether the Value for this result is updated.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsUpdated { get; set; }
Public Property IsUpdated As Boolean Get Set Dim instance As AFNotificationContentResult Dim value As Boolean value = instance.IsUpdated instance.IsUpdated = value
public: property bool IsUpdated { bool get (); void set (bool value); }
member IsUpdated : bool with get, set
Property Value
Type: BooleanReturns if the Value for this result is updated; otherwise, is returned.