 | DataMartExecutionInfoLogEntry Property |
Gets or sets the log entries
Namespace: SanteDB.BI.DatamartAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic List<DatamartLogEntry> LogEntry { get; set; }Public Property LogEntry As List(Of DatamartLogEntry)
Get
Set
public:
property List<DatamartLogEntry^>^ LogEntry {
List<DatamartLogEntry^>^ get ();
void set (List<DatamartLogEntry^>^ value);
}member LogEntry : List<DatamartLogEntry> with get, set
Property Value
ListDatamartLogEntry
See Also