Share via


NewCimSessionOptionCommand.UICulture Property

 

Gets and sets the UICulture parameter, which specifies the UI culture to use.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(ValueFromPipelineByPropertyName = true)]
public CultureInfo UICulture { get; set; }
public:
[ParameterAttribute(ValueFromPipelineByPropertyName = true)]
property CultureInfo^ UICulture {
    CultureInfo^ get();
    void set(CultureInfo^ value);
}
[<ParameterAttribute(ValueFromPipelineByPropertyName = true)>]
member UICulture : CultureInfo with get, set
<ParameterAttribute(ValueFromPipelineByPropertyName := True)>
Public Property UICulture As CultureInfo

Property Value

Type: System.Globalization.CultureInfo

Returns CultureInfo.

See Also

NewCimSessionOptionCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top