SessionStateProxy.Applications Property

Definition

Get the list of applications out of session state.

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

Property Value

Exceptions

Runspace is not open.

Another SessionStateProxy call or another pipeline is in progress.

Applies to