| PubSubNotifyQueueEntryNotificationDateXml Property |
Notification date (note: we use datetime instead of datetimeoffset because XML serialization issues)
Namespace:
SanteDB.Core.PubSub.Broker
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public string NotificationDateXml { get; set; }
Public Property NotificationDateXml As String
Get
Set
public:
property String^ NotificationDateXml {
String^ get ();
void set (String^ value);
}
member NotificationDateXml : string with get, set
Property Value
Type:
StringSee Also