IAFVersionable.Version Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the current version information as an
AFVersion object.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
AFVersion Version { get; }
ReadOnly Property Version As AFVersion Get Dim instance As IAFVersionable Dim value As AFVersion value = instance.Version
property AFVersion^ Version { AFVersion^ get (); }
abstract Version : AFVersion with get
Property Value
Type: AFVersionReturns the current version information as an AFVersion object.
Remarks
The returned AFVersion object presents many properties and methods used for maintaining multiple versions of the object. The versions represent instances of the object that are valid over a specified time period. The object's version is incremented whenever you make a configuration change to the object.
If this object is newly created and has not yet been checked in, then is returned.