Compartilhar via


IPublishProperties3.OpenBrowserOnPublish Property

Definition

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

Applies to