AFSession.EndTime Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The end time of the connection.
Namespace: OSIsoft.AF.Diagnostics
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFTime? EndTime { get; }
Public ReadOnly Property EndTime As AFTime? Get Dim instance As AFSession Dim value As AFTime? value = instance.EndTime
public: property Nullable<AFTime> EndTime { Nullable<AFTime> get (); }
member EndTime : Nullable<AFTime> with get
Property Value
Type: NullableAFTime
Remarks
If then the session is still active.