This documentation is archived and is not being maintained.

IConfigurationSummary::LogFile Property

Note: This API is now obsolete.

Gets or sets the full path of the errors/warnings log file for this configuration.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
	false)]
property String^ LogFile {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The full path of the errors/warnings log file for this configuration.

Show: