AFCheckOutInfo.EnableAutoCheckOut Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property controls whether the AF SDK automatically checks out
objects when they are modified.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static bool EnableAutoCheckOut { get; set; }
Public Shared Property EnableAutoCheckOut As Boolean Get Set Dim value As Boolean value = AFCheckOutInfo.EnableAutoCheckOut AFCheckOutInfo.EnableAutoCheckOut = value
public: static property bool EnableAutoCheckOut { bool get (); void set (bool value); }
static member EnableAutoCheckOut : bool with get, set
Property Value
Type: BooleanReturns if the AF SDK is set to automatically check out objects as they are modified. The default setting is .
Examples
The CheckIn Example illustrates
the behavior of the AF SDK when this property is set to .