NewPSSessionOptionCommand.UICulture Property

Definition

UI culture that the remote session should use

public:
 property System::Globalization::CultureInfo ^ UICulture { System::Globalization::CultureInfo ^ get(); void set(System::Globalization::CultureInfo ^ value); };
public System.Globalization.CultureInfo UICulture { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNull]
public System.Globalization.CultureInfo UICulture { get; set; }
member this.UICulture : System.Globalization.CultureInfo with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNull>]
member this.UICulture : System.Globalization.CultureInfo with get, set
Public Property UICulture As CultureInfo

Property Value

Attributes

Applies to