AFCheckOutInfo.CheckOutTime Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property is the time that the user checked out the current object.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTime CheckOutTime { get; }
Public ReadOnly Property CheckOutTime As AFTime Get Dim instance As AFCheckOutInfo Dim value As AFTime value = instance.CheckOutTime
public: property AFTime CheckOutTime { AFTime get (); }
member CheckOutTime : AFTime with get
Property Value
Type: AFTimeReturns the time that the user checked out the current object.