SessionState.Scripts Property

Definition

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

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

Property Value

Applies to