When set to true, directory browsing is enabled.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property EnableDirBrowsing As Boolean |
| C# |
|---|
| public bool EnableDirBrowsing { get; set; } |
| C++ |
|---|
| public property bool EnableDirBrowsing sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_EnableDirBrowsing(); /** property */ public void set_EnableDirBrowsing(bool value); |
| JScript |
|---|
| public function get EnableDirBrowsing() : bool public function set EnableDirBrowsing(value : bool); |
Property Value
Value indicating if EnableDirBrowsing is enabled or disabled.
See Also
Documentation version 1.0.0.0.