Notification Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.