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