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