IPublishProperties::WebPageFileName Property

 

Gets or sets the name of the web page that should be created or opened on publish.

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

Return to top
Show: