 | MatchDiagnosticsActionDataActions Property |
Gets the child actions
Namespace: SanteDB.Matcher.ModelAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic List<MatchDiagnosticsActionData> Actions { get; set; }Public Property Actions As List(Of MatchDiagnosticsActionData)
Get
Set
public:
property List<MatchDiagnosticsActionData^>^ Actions {
List<MatchDiagnosticsActionData^>^ get ();
void set (List<MatchDiagnosticsActionData^>^ value);
}member Actions : List<MatchDiagnosticsActionData> with get, set
Property Value
ListMatchDiagnosticsActionData
See Also