CimSessionOptions.Culture Property
Gets or sets the data culture.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CultureInfo Culture { get; set; }
public:
property CultureInfo^ Culture {
CultureInfo^ get();
void set(CultureInfo^ value);
}
member Culture : CultureInfo with get, set
Public Property Culture 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