Dela via


ICompilationSummary.ProjectFile Property

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

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

Syntax

'Declaration
Property ProjectFile As String
'Usage
Dim instance As ICompilationSummary 
Dim value As String 

value = instance.ProjectFile

instance.ProjectFile = value
string ProjectFile { get; set; }
property String^ ProjectFile {
    String^ get ();
    void set (String^ value);
}
function get ProjectFile () : String 
function set ProjectFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ICompilationSummary Interface

ICompilationSummary Members

Microsoft.TeamFoundation.Build.Client Namespace