NotificationDataContentItems Property |
User-defined content for notifications.
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 IList<NotificationContentData> ContentItems { get; set; }
<DataMemberAttribute(Name := "contentItems", EmitDefaultValue := false)>
Public Property ContentItems As IList(Of NotificationContentData)
Get
Set
public:
[DataMemberAttribute(Name = L"contentItems", EmitDefaultValue = false)]
property IList<NotificationContentData^>^ ContentItems {
IList<NotificationContentData^>^ get ();
void set (IList<NotificationContentData^>^ value);
}
[<DataMemberAttribute(Name = "contentItems", EmitDefaultValue = false)>]
member ContentItems : IList<NotificationContentData> with get, set
Property Value
Type:
IListNotificationContentDataSee Also