Share via


Notification Constructors

Definition

Overloads

Notification()

Initializes a new instance of the Notification class.

Notification(Guid, String, String)

Initializes a new instance of the Notification class.

Notification()

Initializes a new instance of the Notification class.

public:
 Notification();
public Notification ();
Public Sub New ()

Applies to

Notification(Guid, String, String)

Initializes a new instance of the Notification class.

public:
 Notification(Guid appID, System::String ^ appName, System::String ^ initString);
public Notification (Guid appID, string appName, string initString);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Notification : Guid * string * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Notification
Public Sub New (appID As Guid, appName As String, initString As String)

Parameters

appID
Guid

Specifies the application ID.

appName
String

Specifies the application name.

initString
String

Specifies the initialization string.

Applies to