| EntityRelationshipRelationshipRole Property |
Gets or sets the association type
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Concept RelationshipRole { get; set; }
Public Property RelationshipRole As Concept
Get
Set
public:
property Concept^ RelationshipRole {
Concept^ get ();
void set (Concept^ value);
}
member RelationshipRole : Concept with get, set
Property Value
Type:
ConceptSee Also