| ActParticipationParticipationRole Property |
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Concept ParticipationRole { get; set; }
Public Property ParticipationRole As Concept
Get
Set
public:
property Concept^ ParticipationRole {
Concept^ get ();
void set (Concept^ value);
}
member ParticipationRole : Concept with get, set
Property Value
Type:
ConceptExamples void DoSomething(ActParticipation foo) {
var roleMnemonic = foo.LoadProperty(o=>o.ParticipationRole).Mnemonic;
}
See Also