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 culture to use for this TeamFoundationServer object.
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 culture of this TeamFoundationServer object.
Remarks
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.