AFVersion.CreationDate Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the time when the version of the owning object was
created.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFTime CreationDate { get; }
Public ReadOnly Property CreationDate As AFTime Get Dim instance As AFVersion Dim value As AFTime value = instance.CreationDate
public: property AFTime CreationDate { AFTime get (); }
member CreationDate : AFTime with get
Property Value
Type: AFTimeReturns the time when the version of the owning object was created.
Remarks
This property is set by the server upon successful creation of the owning object.