 | DatasetServiceExec Property |
Execute a service action on install
Namespace: SanteDB.Core.Data.InitializationAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic List<ServiceExecuteAction> ServiceExec { get; set; }Public Property ServiceExec As List(Of ServiceExecuteAction)
Get
Set
public:
property List<ServiceExecuteAction^>^ ServiceExec {
List<ServiceExecuteAction^>^ get ();
void set (List<ServiceExecuteAction^>^ value);
}member ServiceExec : List<ServiceExecuteAction> with get, set
Property Value
ListServiceExecuteAction
See Also