EnableScriptEngine Property

MSBuild

Set to true when you want the application to run in a directory without Execute permissions.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property EnableScriptEngine As Boolean
C#
public bool EnableScriptEngine { get; set; }
C++
public property bool EnableScriptEngine sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_EnableScriptEngine();

/** property */
public void set_EnableScriptEngine(bool value);
JScript
public function get EnableScriptEngine() : bool

public function set EnableScriptEngine(value : bool);

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.