 | NotificationTemplateContentsNotificationTemplate Property |
Gets or sets the notification template
Namespace: SanteDB.Core.NotificationsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic NotificationTemplate NotificationTemplate { get; set; }Public Property NotificationTemplate As NotificationTemplate
Get
Set
public:
property NotificationTemplate^ NotificationTemplate {
NotificationTemplate^ get ();
void set (NotificationTemplate^ value);
}member NotificationTemplate : NotificationTemplate with get, set
Property Value
NotificationTemplate
See Also