 | DataFlowDiagnosticActionReportEndOfAction Property |
Gets the end of the action
Namespace: SanteDB.BI.DiagnosticsAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic DateTime? EndOfAction { get; set; }Public Property EndOfAction As DateTime?
Get
Set
public:
property Nullable<DateTime> EndOfAction {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}member EndOfAction : Nullable<DateTime> with get, set
Property Value
NullableDateTime
See Also