NotificationContentDataElements Property |
Gets the content element that should be attached to the notification.
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 = "elements", EmitDefaultValue = false)]
public IList<ContentElementData> Elements { get; }
<DataMemberAttribute(Name := "elements", EmitDefaultValue := false)>
Public ReadOnly Property Elements As IList(Of ContentElementData)
Get
public:
[DataMemberAttribute(Name = L"elements", EmitDefaultValue = false)]
property IList<ContentElementData^>^ Elements {
IList<ContentElementData^>^ get ();
}
[<DataMemberAttribute(Name = "elements", EmitDefaultValue = false)>]
member Elements : IList<ContentElementData> with get
Property Value
Type:
IListContentElementDataSee Also