IPublishProperties3::WebPageFileName Property
Visual Studio 2015
Gets or sets the name of the Web page that Visual Studio creates when the application is published.
Assembly: Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)
[DispIdAttribute(31)] property String^ WebPageFileName { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The name of the Web page that Visual Studio creates when the application is published.
Show: