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 be used.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Culture As CultureInfo
'Usage
Dim instance As TeamFoundationServer
Dim value As CultureInfo
value = instance.Culture
instance.Culture = value
public CultureInfo Culture { get; set; }
public:
property CultureInfo^ Culture {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
public function get Culture () : CultureInfo
public function set Culture (value : CultureInfo)
Property Value
Type: System.Globalization.CultureInfo
Remarks
Culture uses 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.