AFPlugIn.AssemblyTime Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only property that provides the timestamp of the assembly containing the plugin.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTime AssemblyTime { get; }
Public ReadOnly Property AssemblyTime As AFTime Get Dim instance As AFPlugIn Dim value As AFTime value = instance.AssemblyTime
public: property AFTime AssemblyTime { AFTime get (); }
member AssemblyTime : AFTime with get
Property Value
Type: AFTimeTimestamp of the assembly which contains the plugin.