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