Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the properties of a published application.
Namespace:  Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Declaration
<GuidAttribute("35181155-F1B6-4e5c-9F49-CB4BDCC8B8FD")> _
Public Interface IPublishProperties
[GuidAttribute("35181155-F1B6-4e5c-9F49-CB4BDCC8B8FD")]
public interface IPublishProperties
[GuidAttribute(L"35181155-F1B6-4e5c-9F49-CB4BDCC8B8FD")]
public interface class IPublishProperties
[<GuidAttribute("35181155-F1B6-4e5c-9F49-CB4BDCC8B8FD")>]
type IPublishProperties =  interface end
public interface IPublishProperties
The IPublishProperties type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ApplicationRevision | Gets or sets the revision number of the application. | 
| .gif) | ApplicationVersion | Gets or sets the version of the application. | 
| .gif) | AutorunEnabled | Gets or sets whether to create an autorun.ini file for this application. | 
| .gif) | BootstrapperComponentsLocation | Gets or sets the way the bootstrapper should download components. | 
| .gif) | BootstrapperDownloadUrl | Gets or sets the URL from which to download bootstrapper components of this application. | 
| .gif) | BootstrapperEnabled | Gets or sets whether the bootstrapper should be generated. | 
| .gif) | BootstrapperPackages | Gets the collection of bootstrapper packages. | 
| .gif) | CreateWebPageOnPublish | Gets or sets whether to generate a Web page when this application is published. | 
| .gif) | DisallowUrlActivation | Gets or sets whether to run the application after installation | 
| .gif) | Install | Gets or sets whether to install the application on the user's machine. | 
| .gif) | InstallFrom | Gets or sets the type of install location. | 
| .gif) | InstallUrl | Gets or sets the URL from which the user should install the application. | 
| .gif) | MapFileExtensions | Gets or sets whether to add ".deploy" as an extension to all deployed files. | 
| .gif) | MinimumRequiredVersion | Gets or sets the minimum version users can install. | 
| .gif) | OpenBrowserOnPublish | Gets or sets whether to open the default browser after each publish. | 
| .gif) | ProductName | Gets and sets the name of the application. | 
| .gif) | PublisherName | Gets or sets the name of the publisher. | 
| .gif) | PublishFiles | Gets a collection of files that can be deployed. | 
| .gif) | PublishUrl | Gets or sets the URL to which the application will be deployed. | 
| .gif) | SupportUrl | Gets or sets the URL to which users can go for support. | 
| .gif) | TargetCulture | Gets or sets the culture for which the deployment will be generated. | 
| .gif) | TrustUrlParameters | Gets or sets whether to allow users to pass parameters to the application via the URL. | 
| .gif) | UpdateEnabled | Gets or sets whether users are allowed to update their application. | 
| .gif) | UpdateInterval | Gets or sets the number of units for the application to wait before checking for updates. | 
| .gif) | UpdateIntervalUnits | Gets or sets the units of time for the application to wait before checking for updates. | 
| .gif) | UpdateMode | Gets or sets the mode by which the application will check for updates. | 
| .gif) | UpdatePeriodically | Gets or sets whether the application should check for updates. | 
| .gif) | UpdateRequired | Gets or sets whether update is required. | 
| .gif) | UpdateUrl | Gets or sets the URL to use to check for future updates. | 
| .gif) | VerifyUploadedFiles | Gets or sets whether the uploaded files will be validated after publish. | 
| .gif) | WebPageFileName | Gets or sets the name of the web page that should be created or opened on publish. | 
Top