| EntityParticipations Property |
Gets the acts in which this entity participates
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public List<ActParticipation> Participations { get; set; }
Public Property Participations As List(Of ActParticipation)
Get
Set
public:
property List<ActParticipation^>^ Participations {
List<ActParticipation^>^ get ();
void set (List<ActParticipation^>^ value);
}
member Participations : List<ActParticipation> with get, set
Property Value
Type:
ListActParticipationSee Also