VCConfiguration::BuildLogFile Property

 

Sets or gets the name of the html log file.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ BuildLogFile {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String containing the name.

The default log file name is buildlog.htm

Return to top
Show: