AFPlugIn.SupportAssembly.AssemblyTime Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The time the support assembly was last modified.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFTime AssemblyTime { get; }
Public ReadOnly Property AssemblyTime As AFTime Get Dim instance As AFPlugInSupportAssembly Dim value As AFTime value = instance.AssemblyTime
public: property AFTime AssemblyTime { AFTime get (); }
member AssemblyTime : AFTime with get