The time at which this session last received input -- mouse movements, key presses, etc.
Declaring type: ITerminalServicesSession
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract DateTime? LastInputTime { get; }
Property Value

There is no description.

Collapse/Expand Remarks
May be null, e.g. for a listening session that receives no user input.