 | DatasetAction Property |
Actions to be performed
Namespace: SanteDB.Core.Data.InitializationAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic List<DataInstallAction> Action { get; set; }Public Property Action As List(Of DataInstallAction)
Get
Set
public:
property List<DataInstallAction^>^ Action {
List<DataInstallAction^>^ get ();
void set (List<DataInstallAction^>^ value);
}member Action : List<DataInstallAction> with get, set
Property Value
ListDataInstallAction
See Also