AppOpenWithInfoNoStartPage Property

Gets or sets a value indicating whether the application executable and shortcuts should be excluded from the Start menu and from pinning or inclusion in the MFU list.

This entry is typically used to exclude system tools, installers and uninstallers, and readme files.

Definition

Namespace: DevCase.Core.Windows.Applications
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool NoStartPage { get; set; }

Property Value

Boolean
if the application executable and shortcuts should be excluded from the Start menu and from pinning or inclusion in the MFU list; otherwise, .

See Also