Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFCheckOutInfo.EnableAutoCheckOut Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFCheckOutInfo.EnableAutoCheckOut Property
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: Boolean
Returns 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 .

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in