SessionStateProxy.Scripts Property

Definition

Get the list of scripts out of session state.

public:
 virtual property System::Collections::Generic::List<System::String ^> ^ Scripts { System::Collections::Generic::List<System::String ^> ^ get(); };
public virtual System.Collections.Generic.List<string> Scripts { get; }
member this.Scripts : System.Collections.Generic.List<string>
Public Overridable ReadOnly Property Scripts As List(Of String)

Property Value

Exceptions

Runspace is not open.

Another SessionStateProxy call or another pipeline is in progress.

Applies to