AFDatabase.HasItemsCheckedOutToMe Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Determines if any items are currently checked out to the current user in the
AFDatabase.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool HasItemsCheckedOutToMe { get; }
Public ReadOnly Property HasItemsCheckedOutToMe As Boolean Get Dim instance As AFDatabase Dim value As Boolean value = instance.HasItemsCheckedOutToMe
public: property bool HasItemsCheckedOutToMe { bool get (); }
member HasItemsCheckedOutToMe : bool with get
Property Value
Type: BooleanReturns if there are any items currently checked out to the current user in the AFDatabase.