AFCheckOutInfo.IsCheckedOutToMe Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The property indicates if the current logged in user has the object checked out.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsCheckedOutToMe { get; }
Public ReadOnly Property IsCheckedOutToMe As Boolean Get Dim instance As AFCheckOutInfo Dim value As Boolean value = instance.IsCheckedOutToMe
public: property bool IsCheckedOutToMe { bool get (); }
member IsCheckedOutToMe : bool with get
Property Value
Type: BooleanReturns if the currently logged in user has the object checked out.
Remarks
This check compares the logged on user name with the user name that was used to
check out the object. Therefore, if the user name is changed after the object was
checked out, then this check will fail and always return .