AFEventFrame.AcknowledgedBy Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property indicates by whom the AFEventFrame was acknowledged.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.