NewCimSessionOptionCommand.UICulture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The following is the definition of the input parameter "UICulture". Specifies the UI Culture to use. i.e. en-us, ar-sa.
public System.Globalization.CultureInfo UICulture { get; set; }
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
public System.Globalization.CultureInfo UICulture { get; set; }
member this.UICulture : System.Globalization.CultureInfo with get, set
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
member this.UICulture : System.Globalization.CultureInfo with get, set
Public Property UICulture As CultureInfo
Property Value
- Attributes