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

AF SDK Reference

AFCheckOutInfo.IsCheckedOutToMe Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFCheckOutInfo.IsCheckedOutToMe Property
The property indicates if the current logged in user has the object checked out.

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

Syntax

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

Dim instance As AFCheckOutInfo
Dim value As Boolean

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

Property Value

Type: Boolean
Returns if the currently logged in user has the object checked out.

Remarks

This check compares the logged on user name with the user name that was used to check out the object. Therefore, if the user name is changed after the object was checked out, then this check will fail and always return .

Version Information

AFSDK


See Also

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