 | ServerMonitorEventSubscriptionWhen Property |
Gets or sets the events which trigger this subscription
Namespace: SanteDB.Core.ConfigurationAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic ServerMonitorEventSubscriptionEvent When { get; set; }Public Property When As ServerMonitorEventSubscriptionEvent
Get
Set
public:
property ServerMonitorEventSubscriptionEvent When {
ServerMonitorEventSubscriptionEvent get ();
void set (ServerMonitorEventSubscriptionEvent value);
}member When : ServerMonitorEventSubscriptionEvent with get, set
Property Value
ServerMonitorEventSubscriptionEvent
See Also