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 Notification class.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim appID As Guid
Dim appName As String
Dim initString As String
Dim instance As New Notification(appID, appName, initString)
Syntax
'Declaration
Public Sub New ( _
appID As Guid, _
appName As String, _
initString As String _
)
public Notification (
Guid appID,
string appName,
string initString
)
public:
Notification (
Guid appID,
String^ appName,
String^ initString
)
public Notification (
Guid appID,
String appName,
String initString
)
public function Notification (
appID : Guid,
appName : String,
initString : String
)
Parameters
- appID
Specifies the application ID.
- appName
Specifies the application name.
- initString
Specifies the initialization string.
Remarks
Platforms
See Also
Reference
Notification Class
Notification Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.