AFEventFrame.AcknowledgedBy Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property indicates by whom the AFEventFrame was acknowledged.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string AcknowledgedBy { get; }
Public ReadOnly Property AcknowledgedBy As String Get Dim instance As AFEventFrame Dim value As String value = instance.AcknowledgedBy
public: property String^ AcknowledgedBy { String^ get (); }
member AcknowledgedBy : string with get
Property Value
Type: StringIndicates by whom the AFEventFrame was acknowledged. If not acknowledged, this property will return Empty.