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.
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.MyWork
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Shared Property Culture As CultureInfo
public static CultureInfo Culture { get; set; }
public:
static property CultureInfo^ Culture {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
static member Culture : CultureInfo with get, set
static function get Culture () : CultureInfo
static 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.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.MyWork Namespace