ISessionInfoConnectTime Property |
Time the connection was established.
Namespace:
Xcalibur.Models.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax DateTime ConnectTime { get; set; }
Property ConnectTime As DateTime
Get
Set
property DateTime ConnectTime {
DateTime get ();
void set (DateTime value);
}
abstract ConnectTime : DateTime with get, set
Property Value
Type:
DateTime
The connect time.
See Also