AFEventFrame.IsAcknowledged Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates whether the AFEventFrame has been acknowledged.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsAcknowledged { get; }
Public ReadOnly Property IsAcknowledged As Boolean Get Dim instance As AFEventFrame Dim value As Boolean value = instance.IsAcknowledged
public: property bool IsAcknowledged { bool get (); }
member IsAcknowledged : bool with get
Property Value
Type: BooleanIndicates whether the AFEventFrame has been acknowledged.