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