TfsConnection.Culture Property

Gets or sets the localization environment that is used by the server that is running Team Foundation Server.

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

Syntax

'Declaration
Public Property Culture As CultureInfo
public CultureInfo Culture { get; set; }
public:
property CultureInfo^ Culture {
    CultureInfo^ get ();
    void set (CultureInfo^ value);
}
member Culture : CultureInfo with get, set
function get Culture () : CultureInfo
function set Culture (value : CultureInfo)

Property Value

Type: System.Globalization.CultureInfo
The localization environment that is used by the server that is running Team Foundation Server.

Remarks

The Culture property defaults to CultureInfo.CurrentCulture.

.NET Framework Security

See Also

Reference

TfsConnection Class

Microsoft.TeamFoundation.Client Namespace