 | NotificationTemplateContents Property |
Notification template content
Namespace: SanteDB.Core.NotificationsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic List<NotificationTemplateContents> Contents { get; set; }Public Property Contents As List(Of NotificationTemplateContents)
Get
Set
public:
property List<NotificationTemplateContents^>^ Contents {
List<NotificationTemplateContents^>^ get ();
void set (List<NotificationTemplateContents^>^ value);
}member Contents : List<NotificationTemplateContents> with get, set
Property Value
ListNotificationTemplateContents
See Also