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