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.
The culture that will be used. It defaults to CultureInfo.CurrentUICulture.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property UICulture As CultureInfo
public CultureInfo UICulture { get; set; }
public:
property CultureInfo^ UICulture {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
member UICulture : CultureInfo with get, set
function get UICulture () : CultureInfo
function set UICulture (value : CultureInfo)
Property Value
Type: System.Globalization.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.