SetDescription method: NotificationManager class
Syntax
SetDescription(Description)
Description
Use this method to specify the description for a notification.
Parameters
| Parameter | Description |
|---|---|
|
Description |
Specifies the description for a notification as a string. |
Returns
None.
Example
&objNotif.SetDescription("Demo Notifications");
Related Topics