SaveNotificationOptionsContentItems Property |
Gets the notification content items.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "contentItems", EmitDefaultValue = false)]
public ICollection<NotificationContentData> ContentItems { get; set; }
<DataMemberAttribute(Name := "contentItems", EmitDefaultValue := false)>
Public Property ContentItems As ICollection(Of NotificationContentData)
Get
Set
public:
[DataMemberAttribute(Name = L"contentItems", EmitDefaultValue = false)]
property ICollection<NotificationContentData^>^ ContentItems {
ICollection<NotificationContentData^>^ get ();
void set (ICollection<NotificationContentData^>^ value);
}
[<DataMemberAttribute(Name = "contentItems", EmitDefaultValue = false)>]
member ContentItems : ICollection<NotificationContentData> with get, set
Property Value
Type:
ICollectionNotificationContentDataSee Also