Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFFile.Owner Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFFile.Owner Property
This read-only property is returns the AFObject that owns the AFFile.

Namespace:  OSIsoft.AF.Asset
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

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: AFObject
Returns 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).

Version Information

AFSDK


See Also

In This Topic
Related Links