IAFTransactable.ModifyDate Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the time when the object's configuration was last modified.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
AFTime ModifyDate { get; }
ReadOnly Property ModifyDate As AFTime Get Dim instance As IAFTransactable Dim value As AFTime value = instance.ModifyDate
property AFTime ModifyDate { AFTime get (); }
abstract ModifyDate : AFTime with get
Property Value
Type: AFTimeReturns the time when the object's configuration was last modified.
Remarks
The object's modify date is only updated by the server when a change to its configuration is
successfully checked in. Most template changes do not update the modify date of the object.
An update to an attribute value that is not a configuration item (i.e. its
IsConfigurationItem is set to )
will also not update the object's modify date.