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