AFFile.Author Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The name of the person who last uploaded the file to the server.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string Author { get; }
Public ReadOnly Property Author As String Get Dim instance As AFFile Dim value As String value = instance.Author
public: property String^ Author { String^ get (); }
member Author : string with get
Property Value
Type: StringReturns the name of the person who last uploaded the file to the server. This property is set when one of the Upload Overload methods saves the file to the server.