AFVersion.NextVersion Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the next version of the owning object.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFVersion NextVersion()
Public Function NextVersion As AFVersion Dim instance As AFVersion Dim returnValue As AFVersion returnValue = instance.NextVersion()
public: AFVersion^ NextVersion()
member NextVersion : unit -> AFVersion
Return Value
Type: AFVersionReturns the next version of the owning object. If the owner object is the newest version (see LatestVersion), then a is returned.
Remarks
The next version of the owning object is the next newer version than the
owner's version.