AFCheckOutInfo.IsCheckedOutThisSession Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The property indicates that the object was checked out by this execution session
of the application.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsCheckedOutThisSession { get; }
Public ReadOnly Property IsCheckedOutThisSession As Boolean Get Dim instance As AFCheckOutInfo Dim value As Boolean value = instance.IsCheckedOutThisSession
public: property bool IsCheckedOutThisSession { bool get (); }
member IsCheckedOutThisSession : bool with get
Property Value
Type: BooleanReturns if the object was checked out by this execution session of the application.
Remarks
If the application checks out an object during the current execution session, this flag will be
set to . This flag is only for the current session. If the application stops
execution and then starts again, this flag will be .