IPublishProperties3::WebPageFileName Property

 

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

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
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.

Return to top
Show: