Share via


NewCimSessionOptionCommand.Culture Property

 

Gets and sets the Culture parameter, which specifies the 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 Culture { get; set; }
public:
[ParameterAttribute(ValueFromPipelineByPropertyName = true)]
property CultureInfo^ Culture {
    CultureInfo^ get();
    void set(CultureInfo^ value);
}
[<ParameterAttribute(ValueFromPipelineByPropertyName = true)>]
member Culture : CultureInfo with get, set
<ParameterAttribute(ValueFromPipelineByPropertyName := True)>
Public Property Culture As CultureInfo

Property Value

Type: System.Globalization.CultureInfo

Returns CultureInfo.

See Also

NewCimSessionOptionCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top