Gets or sets the directory name for the trace file.
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Property TraceFileDirectoryName As String
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
- 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.