| CarePlanAction Property |
Action to take
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public List<Act> Action { get; set; }
Public Property Action As List(Of Act)
Get
Set
public:
property List<Act^>^ Action {
List<Act^>^ get ();
void set (List<Act^>^ value);
}
member Action : List<Act> with get, set
Property Value
Type:
ListActSee Also