 | NotificationTemplateContentsSourceEntityKey Property |
Gets and sets the source entity key
Namespace: SanteDB.Core.NotificationsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic Guid? SourceEntityKey { get; set; }Public Property SourceEntityKey As Guid?
Get
Set
public:
virtual property Nullable<Guid> SourceEntityKey {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}abstract SourceEntityKey : Nullable<Guid> with get, set
override SourceEntityKey : Nullable<Guid> with get, set
Property Value
NullableGuidImplements
ISimpleAssociationSourceEntityKey
See Also