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

AF SDK Reference

IAFVersionable.Version Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
IAFVersionable.Version Property
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: AFVersion
Returns 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in