ISessionInfoLastInputTime Property |
Last time input was received
(may be null if IdleTime is {00:00:00}
Namespace:
Xcalibur.Models.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax DateTime LastInputTime { get; set; }
Property LastInputTime As DateTime
Get
Set
property DateTime LastInputTime {
DateTime get ();
void set (DateTime value);
}
abstract LastInputTime : DateTime with get, set
Property Value
Type:
DateTime
The last input time.
See Also