PISystem.HasItemsCheckedOutToMe Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Determines if any items are currently checked out to the current user in the
PISystem.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool HasItemsCheckedOutToMe { get; }
Public ReadOnly Property HasItemsCheckedOutToMe As Boolean Get Dim instance As PISystem 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 PISystem. This includes AFContact, AFNotificationContactTemplate, and UOMDatabase objects. It does not include any objects checked out under an AFDatabase.