 | DataFlowDiagnosticReportStartTime Property |
Gets the time that the session started
Namespace: SanteDB.BI.DiagnosticsAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic DateTime StartTime { get; set; }Public Property StartTime As DateTime
Get
Set
public:
property DateTime StartTime {
DateTime get ();
void set (DateTime value);
}member StartTime : DateTime with get, set
Property Value
DateTime
See Also