IPublishProperties::WebPageFileName Property
Visual Studio 2015
Gets or sets the name of the web page that should be created or opened on publish.
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
[DispIdAttribute(31)] property String^ WebPageFileName { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The name of the web page that should be created or opened on publish.
Show: