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

AF SDK Reference

AFVersion.NextVersion Method

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFVersion.NextVersion Method
Gets the next version of the owning object.

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

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: AFVersion
Returns 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.

Version Information

AFSDK


See Also

In This Topic
Related Links