AFVersion.Owner Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the object which owns this
version information.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public IAFVersionable Owner { get; }
Public ReadOnly Property Owner As IAFVersionable Get Dim instance As AFVersion Dim value As IAFVersionable value = instance.Owner
public: property IAFVersionable^ Owner { IAFVersionable^ get (); }
member Owner : IAFVersionable with get
Property Value
Type: IAFVersionableReturns the object which owns this version information.