 | NotificationSendingJobLastFinished Property |
[Missing <summary> documentation for "P:SanteDB.Core.Jobs.NotificationSendingJob.LastFinished"]
Namespace: SanteDB.Core.JobsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic DateTime? LastFinished { get; }Public ReadOnly Property LastFinished As DateTime?
Get
public:
property Nullable<DateTime> LastFinished {
Nullable<DateTime> get ();
}member LastFinished : Nullable<DateTime> with get
Property Value
NullableDateTime
See Also