AFCheckOutInfo Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFCheckOutInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CheckOutTime |
This property is the time that the user checked out the current object.
| |
| EnableAutoCheckOut |
This property controls whether the AF SDK automatically checks out
objects when they are modified.
| |
| IsCheckedOutThisSession |
The property indicates that the object was checked out by this execution session
of the application.
| |
| IsCheckedOutThisThread |
The property indicates that the object was checked out by the current thread during the execution
session of the application.
| |
| IsCheckedOutToMe |
The property indicates if the current logged in user has the object checked out.
| |
| MachineName |
This property is the name of the machine from where the object was initially
checked out.
| |
| UserName |
This property is the name of the user that currently has the object
checked out.
|