AFCheckOutInfo.UserName Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.