Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the NotificationItem class.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Notification
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim items As Dictionary(Of String, Object)
Dim instance As New NotificationItem(items)
Syntax
'Declaration
Public Sub New ( _
items As Dictionary(Of String, Object) _
)
public NotificationItem (
Dictionary<string,Object> items
)
public:
NotificationItem (
Dictionary<String^, Object^>^ items
)
public NotificationItem (
Dictionary<String,Object> items
)
public function NotificationItem (
items : Dictionary<String,Object>
)
Parameters
- items
Specifies the notification items.
Platforms
See Also
Reference
NotificationItem Class
NotificationItem Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Notification Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.