IPublishProperties3.OpenBrowserOnPublish 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.
Gets or sets a value that indicates whether Visual Studio opens the default browser when the application is published.
public:
property bool OpenBrowserOnPublish { bool get(); void set(bool value); };
public:
property bool OpenBrowserOnPublish { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(14)]
public bool OpenBrowserOnPublish { get; set; }
[<System.Runtime.InteropServices.DispId(14)>]
member this.OpenBrowserOnPublish : bool with get, set
Public Property OpenBrowserOnPublish As Boolean
Property Value
true
if Visual Studio opens the default browser when the application is published; otherwise, false
.
Implements
- Attributes