 | DbDatamartExecutionEntryOutcome Property |
Gets or sets the outcome of the log entry (if known)
Namespace: SanteDB.Persistence.Data.Model.SysAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic DataFlowExecutionOutcomeType Outcome { get; set; }Public Property Outcome As DataFlowExecutionOutcomeType
Get
Set
public:
property DataFlowExecutionOutcomeType Outcome {
DataFlowExecutionOutcomeType get ();
void set (DataFlowExecutionOutcomeType value);
}member Outcome : DataFlowExecutionOutcomeType with get, set
Property Value
DataFlowExecutionOutcomeType
See Also