 | ToastRequestWaitingDuration Property |
[This is preliminary documentation and is subject to change.]
Waiting duration before showing a toast after the shortcut file is installed (optional)
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic TimeSpan WaitingDuration { get; set; }Public Property WaitingDuration As TimeSpan
Get
Set
public:
property TimeSpan WaitingDuration {
TimeSpan get ();
void set (TimeSpan value);
}member WaitingDuration : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also