Compartilhar via


IPublishProperties.OpenBrowserOnPublish Property

Definition

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.

Attributes

Applies to