Sdílet prostřednictvím


IPublishProperties3.CreateWebPageOnPublish Property

Definition

Gets or sets a value that indicates whether Visual Studio generates a Web page for the application when the application is published.

public:
 property bool CreateWebPageOnPublish { bool get(); void set(bool value); };
public:
 property bool CreateWebPageOnPublish { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(7)]
public bool CreateWebPageOnPublish { get; set; }
[<System.Runtime.InteropServices.DispId(7)>]
member this.CreateWebPageOnPublish : bool with get, set
Public Property CreateWebPageOnPublish As Boolean

Property Value

true if Visual Studio generates a Web page for the application; otherwise, false.

Implements

Attributes

Applies to