Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.