| EntityCreationAct Property |
Creation act reference
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Act CreationAct { get; set; }
Public Property CreationAct As Act
Get
Set
public:
property Act^ CreationAct {
Act^ get ();
void set (Act^ value);
}
member CreationAct : Act with get, set
Property Value
Type:
ActSee Also