Share via


SessionStateProxy.Module Property

Definition

Get the module info out of session state.

public:
 virtual property System::Management::Automation::PSModuleInfo ^ Module { System::Management::Automation::PSModuleInfo ^ get(); };
public virtual System.Management.Automation.PSModuleInfo Module { get; }
member this.Module : System.Management.Automation.PSModuleInfo
Public Overridable ReadOnly Property Module As PSModuleInfo

Property Value

Exceptions

Runspace is not open.

Another SessionStateProxy call or another pipeline is in progress.

Applies to