AFCheckOutInfo.MachineName Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property is the name of the machine from where the object was initially
checked out.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string MachineName { get; }
Public ReadOnly Property MachineName As String Get Dim instance As AFCheckOutInfo Dim value As String value = instance.MachineName
public: property String^ MachineName { String^ get (); }
member MachineName : string with get
Property Value
Type: StringReturns the name of the machine from where the object was initially checked out.