IPublishProperties3.CreateDesktopShortcut Property
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.
Gets or sets a value that indicates whether the installer adds a shortcut to the desktop.
public:
property bool CreateDesktopShortcut { bool get(); void set(bool value); };
public:
property bool CreateDesktopShortcut { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(33)]
public bool CreateDesktopShortcut { get; set; }
[<System.Runtime.InteropServices.DispId(33)>]
member this.CreateDesktopShortcut : bool with get, set
Public Property CreateDesktopShortcut As Boolean
Property Value
true
if the installer adds a shortcut to the desktop; otherwise, false
.
- Attributes