TeamFoundationTextWriterTraceListener.TraceFileDirectoryName Property

Gets or sets the directory name for the trace file.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'宣言
Public Shared Property TraceFileDirectoryName As String
    Get
    Set
public static string TraceFileDirectoryName { get; set; }
public:
static property String^ TraceFileDirectoryName {
    String^ get ();
    void set (String^ value);
}
static member TraceFileDirectoryName : string with get, set
static function get TraceFileDirectoryName () : String
static function set TraceFileDirectoryName (value : String)

Property Value

Type: System.String
The directory name for the trace file.

.NET Framework Security

See Also

Reference

TeamFoundationTextWriterTraceListener Class

Microsoft.TeamFoundation Namespace