| ITargetedAssociationTargetEntityKey Property |
The target (where the association points)
Namespace:
SanteDB.Core.Model.Interfaces
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax Guid? TargetEntityKey { get; set; }
Property TargetEntityKey As Guid?
Get
Set
property Nullable<Guid> TargetEntityKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
abstract TargetEntityKey : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also