TableStore.CurrentUICulture Property
Gets or sets the CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property CurrentUICulture As CultureInfo
Get
Friend Set
'Usage
Dim instance As TableStore
Dim value As CultureInfo
value = instance.CurrentUICulture
public CultureInfo CurrentUICulture { get; internal set; }
public:
property CultureInfo^ CurrentUICulture {
CultureInfo^ get ();
internal: void set (CultureInfo^ value);
}
function get CurrentUICulture () : CultureInfo
internal function set CurrentUICulture (value : CultureInfo)
member CurrentUICulture : CultureInfo with get, internal set
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.