AFEventFrame.IsAcknowledged Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property indicates whether the AFEventFrame has been acknowledged.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.