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
'Declaração
<ObsoleteAttribute("This property has been deprecated. Please remove all references.", _
False)> _
Property LogFile As String
Get
Set
[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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.