LogOnHistoryRecordStartTime Property |
Gets the time when the session was created.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic DateTime StartTime { get; }Public ReadOnly Property StartTime As DateTime
Get
public:
property DateTime StartTime {
DateTime get ();
}member StartTime : DateTime with get
Property Value
Type:
DateTimeThe start time.
See Also