Partager via


Notification.NotificationItem(Dictionary<String,Object>) Constructor

Definition

Initializes a new instance of the Notification.NotificationItem class.

public:
 NotificationItem(System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ items);
public NotificationItem (System.Collections.Generic.Dictionary<string,object> items);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Notification.NotificationItem : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Notification.NotificationItem
Public Sub New (items As Dictionary(Of String, Object))

Parameters

items
Dictionary<String,Object>

Specifies the notification items.

Applies to