AFCheckOutInfo.IsCheckedOutThisSession Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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 .