AFFile.Owner Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFObject Owner { get; }
Public ReadOnly Property Owner As AFObject Get Dim instance As AFFile Dim value As AFObject value = instance.Owner
public: property AFObject^ Owner { AFObject^ get (); }
member Owner : AFObject with get
Property Value
Type: AFObjectReturns the one and only AFObject that owns the AFFile.
Remarks
Once the file's owner has been set, it cannot be changed to a different owner. Any buffered
data will be uploaded to the server (see Upload Overload
for more information).