Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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
- 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.