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 current culture information. The set procedure is for internal use.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property CurrentCulture As CultureInfo
public CultureInfo CurrentCulture { get; internal set; }
public:
property CultureInfo^ CurrentCulture {
CultureInfo^ get ();
internal: void set (CultureInfo^ value);
}
member CurrentCulture : CultureInfo with get, internal set
function get CurrentCulture () : CultureInfo
internal function set CurrentCulture (value : CultureInfo)
Property Value
Type: System.Globalization.CultureInfo
The current culture information.
.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.