 | ConceptReferenceTermRelationshipType Property |
Gets or sets the relationship type
Namespace: SanteDB.Core.Model.DataTypesAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic ConceptRelationshipType RelationshipType { get; set; }Public Property RelationshipType As ConceptRelationshipType
Get
Set
public:
property ConceptRelationshipType^ RelationshipType {
ConceptRelationshipType^ get ();
void set (ConceptRelationshipType^ value);
}member RelationshipType : ConceptRelationshipType with get, set
Property Value
ConceptRelationshipType
See Also