DeploymentEditorResources.Culture Property
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.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
.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.