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

AF SDK Reference

IAFTransactable.RevisionNumber Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
IAFTransactable.RevisionNumber Property
This read-only property returns the change revision number of the object.

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

Syntax

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

Dim instance As IAFTransactable
Dim value As Integer

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

Property Value

Type: Int32
Returns the change revision number of the 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