DeliveryRequestNotificationContentItems Property  | 
  
    Namespace: 
   Dundas.BI.Notifications.Delivery
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
Type: 
IEnumerableNotificationContent
See Also