DeliveryRequestNotificationContentItems Property |
Namespace: Dundas.BI.Notifications.DeliveryAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic IEnumerable<NotificationContent>? NotificationContentItems { get; }Public ReadOnly Property NotificationContentItems As IEnumerable(Of NotificationContent)
Get
public:
property IEnumerable<NotificationContent^>^ NotificationContentItems {
IEnumerable<NotificationContent^>^ get ();
}member NotificationContentItems : IEnumerable<NotificationContent> with get
Property Value
IEnumerableNotificationContent
See Also