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

AF SDK Reference

AFCheckOutInfo.IsCheckedOutThisSession Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFCheckOutInfo.IsCheckedOutThisSession Property
The property indicates that the object was checked out by this execution session of the application.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public bool IsCheckedOutThisSession { get; }
Public ReadOnly Property IsCheckedOutThisSession As Boolean
	Get

Dim instance As AFCheckOutInfo
Dim value As Boolean

value = instance.IsCheckedOutThisSession
public:
property bool IsCheckedOutThisSession {
	bool get ();
}
member IsCheckedOutThisSession : bool with get

Property Value

Type: Boolean
Returns if the object was checked out by this execution session of the application.

Remarks

If the application checks out an object during the current execution session, this flag will be set to . This flag is only for the current session. If the application stops execution and then starts again, this flag will be .

Version Information

AFSDK


See Also

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