AFCheckOutInfo.IsCheckedOutToMe Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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 .