AFSession.StartTime Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The start time of the connection.
Namespace: OSIsoft.AF.Diagnostics
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFTime StartTime { get; }
Public ReadOnly Property StartTime As AFTime Get Dim instance As AFSession Dim value As AFTime value = instance.StartTime
public: property AFTime StartTime { AFTime get (); }
member StartTime : AFTime with get