| AssetDataAction Property |
Actions to be performed
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public List<AssetDataActionBase> Action { get; set; }
Public Property Action As List(Of AssetDataActionBase)
Get
Set
public:
property List<AssetDataActionBase^>^ Action {
List<AssetDataActionBase^>^ get ();
void set (List<AssetDataActionBase^>^ value);
}
member Action : List<AssetDataActionBase> with get, set
Property Value
Type:
ListAssetDataActionBaseSee Also