AFFile.Author Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.