NewPSSessionOptionCommand.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.
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