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