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