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

AF SDK Reference

AFVersion.RevisionNumber Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFVersion.RevisionNumber Property
This read-only property returns the revision number associated with this version of the owning object.

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

Syntax

public int RevisionNumber { get; }
Public ReadOnly Property RevisionNumber As Integer
	Get

Dim instance As AFVersion
Dim value As Integer

value = instance.RevisionNumber
public:
property int RevisionNumber {
	int get ();
}
member RevisionNumber : int with get

Property Value

Type: Int32
Returns the revision number associated with this version of the owning object.

Remarks

The revision number is always initialized to one when a new version is created. It is incremented each time modifications are made and the changes are checked in (see CheckIn).

Version Information

AFSDK


See Also

In This Topic