Sdílet prostřednictvím


IPublishProperties3.WebPageFileName Property

Definition

Gets or sets the name of the Web page that Visual Studio creates when the application is published.

public:
 property System::String ^ WebPageFileName { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ WebPageFileName { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(31)]
public string WebPageFileName { get; set; }
[<System.Runtime.InteropServices.DispId(31)>]
member this.WebPageFileName : string with get, set
Public Property WebPageFileName As String

Property Value

The name of the Web page that Visual Studio creates when the application is published.

Implements

Attributes

Applies to