NotificationContentElements Property |
Gets the content element that should be attached to the notification.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic IReadOnlyList<ContentElement> Elements { get; }Public ReadOnly Property Elements As IReadOnlyList(Of ContentElement)
Get
public:
property IReadOnlyList<ContentElement^>^ Elements {
IReadOnlyList<ContentElement^>^ get ();
}member Elements : IReadOnlyList<ContentElement> with get
Property Value
IReadOnlyListContentElement
See Also