This documentation is archived and is not being maintained.

ICompilationSummary::ProjectFile Property

Gets or sets the project whose compilation is summarized by this compilation summary.

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

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

Property Value

Type: System::String
The project whose compilation is summarized by this compilation summary.

Show: