IPublishProperties2.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 whether to open the default browser after each publish.
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
to open the default browser every time the application is published.
Implements
- Attributes