 | MailboxMailMessageTargetEntityKey Property |
Gets the target of the association
Namespace: SanteDB.Core.MailAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic Guid? TargetEntityKey { get; set; }Public Property TargetEntityKey As Guid?
Get
Set
public:
virtual property Nullable<Guid> TargetEntityKey {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}abstract TargetEntityKey : Nullable<Guid> with get, set
override TargetEntityKey : Nullable<Guid> with get, set
Property Value
NullableGuidImplements
ISimpleTargetedAssociationTargetEntityKey
See Also