RequiresFramework35SP1Assembly.CreateDesktopShortcut Property

Definition

Gets or sets whether to create an icon on the desktop during installation.

public:
 property bool CreateDesktopShortcut { bool get(); void set(bool value); };
public bool CreateDesktopShortcut { get; set; }
member this.CreateDesktopShortcut : bool with get, set
Public Property CreateDesktopShortcut As Boolean

Property Value

true if a shortcut icon is added to the desktop; false otherwise.

Applies to