DeployManifest.DisallowUrlActivation Property

Definition

Specifies whether the application should be blocked from being activated via a URL. If this option is True then application can only be activated from the user's Start menu. The default is False. This option is ignored if the Install property is False.

C#
public bool DisallowUrlActivation { get; set; }

Property Value

true if the application is blocked from being started by means of a URL otherwise, false.

Remarks

If this option is true, the application can only be started from the user's Start menu. The default is false. This option is ignored if Install is false.

Applies to

Produit Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1