EnableDefaultDoc Property

MSBuild

When set to true, the default document (specified by the DefaultDoc property) for a directory is loaded when the directory is browsed.


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

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