NotificationLastDeliveryDate Property |
Gets the last date the notification was delivered.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic DateTime LastDeliveryDate { get; }Public ReadOnly Property LastDeliveryDate As DateTime
Get
public:
property DateTime LastDeliveryDate {
DateTime get ();
}member LastDeliveryDate : DateTime with get
Property Value
DateTime
See Also