CorrectionNotificationContent Property |
Gets or sets the content.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic NotificationContent Content { get; set; }Public Property Content As NotificationContent
Get
Set
public:
virtual property NotificationContent^ Content {
NotificationContent^ get () sealed;
void set (NotificationContent^ value) sealed;
}abstract Content : NotificationContent with get, set
override Content : NotificationContent with get, set
Property Value
Type:
NotificationContentImplements
IContentNotificationContent
RemarksThis is used to store required information if the user has decided to request the annotated view.
See Also