SessionStateProxy.Applications Property
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 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)
Runspace is not open.
Another SessionStateProxy call or another pipeline is in progress.