NotificationDataContent 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 = "content", EmitDefaultValue = false)]
public NotificationContentData Content { get; set; }
<DataMemberAttribute(Name := "content", EmitDefaultValue := false)>
Public Property Content As NotificationContentData
Get
Set
public:
[DataMemberAttribute(Name = L"content", EmitDefaultValue = false)]
property NotificationContentData^ Content {
NotificationContentData^ get ();
void set (NotificationContentData^ value);
}
[<DataMemberAttribute(Name = "content", EmitDefaultValue = false)>]
member Content : NotificationContentData with get, set
Property Value
Type:
NotificationContentDataSee Also