| PubSubNotifyQueueEntryNotificationDate Property |
Gets or sets the notification date
Namespace:
SanteDB.Core.PubSub.Broker
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public DateTimeOffset NotificationDate { get; set; }
Public Property NotificationDate As DateTimeOffset
Get
Set
public:
property DateTimeOffset NotificationDate {
DateTimeOffset get ();
void set (DateTimeOffset value);
}
member NotificationDate : DateTimeOffset with get, set
Property Value
Type:
DateTimeOffsetSee Also