IPublishProperties3::ExcludeDeploymentUrl Property
Visual Studio 2015
Gets or sets a value that indicates whether a deployment uniform resource identifier (URI) is included in the application manifest.
Assembly: Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)
[DispIdAttribute(35)] property bool ExcludeDeploymentUrl { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if a deployment URI is included in the application manifest; otherwise, false.
Show: