This documentation is archived and is not being maintained.

TeamFoundationServer::ClientSettingsDirectory Property

Gets or sets the directory that contains the client settings files.

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

public:
static property String^ ClientSettingsDirectory {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The directory that contains the client settings files.

May throw an exception if the current identity has never logged in, such as in an impersonation scenario.

The returned string will look similar to the following: C:\Documents and Settings\username\Local Settings\Application Data\Microsoft\Team Foundation\3.0

Show: