AFVersion.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 was last modified.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTime ModifyDate { get; }
Public ReadOnly Property ModifyDate As AFTime Get Dim instance As AFVersion Dim value As AFTime value = instance.ModifyDate
public: property AFTime ModifyDate { AFTime get (); }
member ModifyDate : AFTime with get
Property Value
Type: AFTimeReturns the time when the object was last modified.
Remarks
This property is set by the server upon successful edits of the owning object.