SessionStateProxy.LanguageMode 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.
Get/Set the language mode out of session state.
public:
virtual property System::Management::Automation::PSLanguageMode LanguageMode { System::Management::Automation::PSLanguageMode get(); void set(System::Management::Automation::PSLanguageMode value); };
public virtual System.Management.Automation.PSLanguageMode LanguageMode { get; set; }
member this.LanguageMode : System.Management.Automation.PSLanguageMode with get, set
Public Overridable Property LanguageMode As PSLanguageMode
Property Value
Exceptions
Runspace is not open.
Another SessionStateProxy call or another pipeline is in progress.