AFEventFrame.IsLocked Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property indicates whether the AFEventFrame has been locked.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsLocked { get; }
Public ReadOnly Property IsLocked As Boolean Get Dim instance As AFEventFrame Dim value As Boolean value = instance.IsLocked
public: property bool IsLocked { bool get (); }
member IsLocked : bool with get
Property Value
Type: BooleanIndicates whether the AFEventFrame has been locked so that no further changes change can be made.
Remarks
An AFEventFrame can be locked by an administrator calling the
Lock method. An administrator can unlock the AFEventFrame
by calling the Unlock method.