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