RunspaceConnectionInfo.SetSessionOptions(PSSessionOption) Method
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.
Populates session options from a PSSessionOption instance.
public:
virtual void SetSessionOptions(System::Management::Automation::Remoting::PSSessionOption ^ options);
public virtual void SetSessionOptions (System.Management.Automation.Remoting.PSSessionOption options);
abstract member SetSessionOptions : System.Management.Automation.Remoting.PSSessionOption -> unit
override this.SetSessionOptions : System.Management.Automation.Remoting.PSSessionOption -> unit
Public Overridable Sub SetSessionOptions (options As PSSessionOption)
Parameters
- options
- PSSessionOption