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
'宣言
Public Property Culture As CultureInfo
Get
Set
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.