SessionState.Applications Property

Definition

Public proxy for the list of applications that are allowed to be run. If the name "*" is in the list, then all applications can be run. (This is the default.)

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

Property Value

Applies to