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.

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

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