AFCheckOutInfo.UserName Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property is the name of the user that currently has the object
checked out.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string UserName { get; }
Public ReadOnly Property UserName As String Get Dim instance As AFCheckOutInfo Dim value As String value = instance.UserName
public: property String^ UserName { String^ get (); }
member UserName : string with get
Property Value
Type: StringReturns the name of the user that currently has the object checked out.