| DataMigrationLogDataMigrationEntryDate Property |
Gets or sets the date when the entry was installed
Namespace:
SanteDB.DisconnectedClient.Configuration.Data
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public DateTime Date { get; set; }
Public Property Date As DateTime
Get
Set
public:
property DateTime Date {
DateTime get ();
void set (DateTime value);
}
member Date : DateTime with get, set
Property Value
Type:
DateTimeSee Also