IPublishProperties3::DisallowUrlActivation Property
Visual Studio 2015
Gets or sets a value that indicates whether to prevent an installed application from starting when the deployment uniform resource identifier (URI) is visited.
Assembly: Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)
[DispIdAttribute(8)] property bool DisallowUrlActivation { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue to prevent an installed application from starting when the deployment URI is visited; otherwise, false.
Show: