DeployManifest.DisallowUrlActivation 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.
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
.