 | DataFlowDiagnosticSampleReportTimestamp Property |
Gets the timestamp of the sample
Namespace: SanteDB.BI.DiagnosticsAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic DateTime Timestamp { get; set; }Public Property Timestamp As DateTime
Get
Set
public:
property DateTime Timestamp {
DateTime get ();
void set (DateTime value);
}member Timestamp : DateTime with get, set
Property Value
DateTime
See Also