ExportConfigDataNotificationIds Property |
Gets a set containing the IDs of all notifications to export.
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(EmitDefaultValue = false, Name = "notificationIds")]
public IList<Guid> NotificationIds { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "notificationIds")>
Public ReadOnly Property NotificationIds As IList(Of Guid)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"notificationIds")]
property IList<Guid>^ NotificationIds {
IList<Guid>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "notificationIds")>]
member NotificationIds : IList<Guid> with get
Property Value
Type:
IListGuidSee Also