DeliveryRequestNotificationContentItems Property |
Namespace:
Dundas.BI.Notifications.Delivery
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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:
IEnumerableNotificationContentSee Also