SessionState.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.
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)