 | DataFlowDiagnosticReportActions Property |
Gets the list of actions in this report
Namespace: SanteDB.BI.DiagnosticsAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic List<DataFlowDiagnosticActionReport> Actions { get; set; }Public Property Actions As List(Of DataFlowDiagnosticActionReport)
Get
Set
public:
property List<DataFlowDiagnosticActionReport^>^ Actions {
List<DataFlowDiagnosticActionReport^>^ get ();
void set (List<DataFlowDiagnosticActionReport^>^ value);
}member Actions : List<DataFlowDiagnosticActionReport> with get, set
Property Value
ListDataFlowDiagnosticActionReport
See Also