 | CdssActionCollectionDefinitionActions Property |
Gets or sets the defined actions
Namespace: SanteDB.Cdss.Xml.Model.ActionsAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic List<CdssActionDefinition> Actions { get; set; }Public Property Actions As List(Of CdssActionDefinition)
Get
Set
public:
property List<CdssActionDefinition^>^ Actions {
List<CdssActionDefinition^>^ get ();
void set (List<CdssActionDefinition^>^ value);
}member Actions : List<CdssActionDefinition> with get, set
Property Value
ListCdssActionDefinition
See Also