 | ToastRequestShortcutTargetFilePath Property |
[This is preliminary documentation and is subject to change.]
Target file path of shortcut (required for shortcut)
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic string ShortcutTargetFilePath { get; set; }Public Property ShortcutTargetFilePath As String
Get
Set
public:
property String^ ShortcutTargetFilePath {
String^ get ();
void set (String^ value);
}member ShortcutTargetFilePath : string with get, set
Property Value
Type:
String
See Also