IAFTransactable.RevisionNumber Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the change revision number of the object.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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: Int32Returns 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).