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)

Syntax

'Declaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    False)> _
Property LogFile As String
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)]
string LogFile { get; set; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
    false)]
property String^ LogFile {
    String^ get ();
    void set (String^ value);
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)>]
abstract LogFile : string with get, set
function get LogFile () : String 
function set LogFile (value : String)

Property Value

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

.NET Framework Security

See Also

Reference

IConfigurationSummary Interface

Microsoft.TeamFoundation.Build.Client Namespace