ContentNotificationContent Property |
Gets the notification content.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic NotificationContent? Content { get; }Public ReadOnly Property Content As NotificationContent
Get
public:
virtual property NotificationContent^ Content {
NotificationContent^ get () sealed;
}abstract Content : NotificationContent with get
override Content : NotificationContent with get
Property Value
NotificationContentImplements
IContentNotificationContent
See Also