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 the CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time. The set procedure is only for internal use.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property CurrentUICulture As CultureInfo
public CultureInfo CurrentUICulture { get; internal set; }
public:
property CultureInfo^ CurrentUICulture {
CultureInfo^ get ();
internal: void set (CultureInfo^ value);
}
member CurrentUICulture : CultureInfo with get, internal set
function get CurrentUICulture () : CultureInfo
internal function set CurrentUICulture (value : CultureInfo)
Property Value
Type: System.Globalization.CultureInfo
The current culture used by the user interface (UI).
.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.