SessionStateProxy.Scripts 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 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.