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.
This member overrides BasePreferences.Culture.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overrides Property Culture As CultureInfo
public override CultureInfo Culture { get; set; }
public:
virtual property CultureInfo^ Culture {
CultureInfo^ get () override;
void set (CultureInfo^ value) override;
}
abstract Culture : CultureInfo with get, set
override Culture : CultureInfo with get, set
override function get Culture () : CultureInfo
override function set Culture (value : CultureInfo)
Property Value
Type: System.Globalization.CultureInfo
Returns CultureInfo.
.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.