A value of true indicates that the file or the contents of the folder may be executed if they are script files or static content. A value of false only allows static files, such as HTML files, to be served.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property AccessScript As Boolean |
| C# |
|---|
| public bool AccessScript { get; set; } |
| C++ |
|---|
| public property bool AccessScript sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_AccessScript(); /** property */ public void set_AccessScript(bool value); |
| JScript |
|---|
| public function get AccessScript() : bool public function set AccessScript(value : bool); |
Property Value
Value indicating if AccessScript is enabled or disabled.
See Also
Documentation version 1.0.0.0.