This documentation is archived and is not being maintained.

TeamFoundationServer::Culture Property

Gets or sets the culture to use for this TeamFoundationServer object.

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

public:
property CultureInfo^ Culture {
	CultureInfo^ get ();
	void set (CultureInfo^ value);
}

Property Value

Type: System.Globalization::CultureInfo
The culture of this TeamFoundationServer object.

Defaults to CultureInfo.CurrentCulture.

Show: