| AssociationTSourceTypeSourceEntity Property |
The entity that this relationship targets
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public TSourceType SourceEntity { get; set; }
Public Property SourceEntity As TSourceType
Get
Set
public:
property TSourceType SourceEntity {
TSourceType get ();
void set (TSourceType value);
}
member SourceEntity : 'TSourceType with get, set
Property Value
Type:
TSourceTypeSee Also