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 or sets the UI culture.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CultureInfo UICulture { get; set; }
public:
property CultureInfo^ UICulture {
CultureInfo^ get();
void set(CultureInfo^ value);
}
member UICulture : CultureInfo with get, set
Public Property UICulture As CultureInfo
Property Value
Type: System.Globalization.CultureInfo
The culture to use. null indicates that the current thread's culture is used.
See Also
CimSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top