 | ToastRequestShortcutFileName Property |
[This is preliminary documentation and is subject to change.]
Shortcut file name to be installed in Start menu (required for shortcut)
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic string ShortcutFileName { get; set; }Public Property ShortcutFileName As String
Get
Set
public:
property String^ ShortcutFileName {
String^ get ();
void set (String^ value);
}member ShortcutFileName : string with get, set
Property Value
Type:
String
See Also