IPublishProperties3::DisallowUrlActivation Property

 

Gets or sets a value that indicates whether to prevent an installed application from starting when the deployment uniform resource identifier (URI) is visited.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
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::Boolean

true to prevent an installed application from starting when the deployment URI is visited; otherwise, false.

Return to top
Show: