The DefaultDoc contains one or more file names of default documents that will be returned to the client if no file name is included in the client's request. The default document will be returned if the
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property DefaultDoc As String |
C# |
---|
public string DefaultDoc { get; set; } |
C++ |
---|
public property string DefaultDoc sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_DefaultDoc(); /** property */ public void set_DefaultDoc(string value); |
JScript |
---|
public function get DefaultDoc() : String public function set DefaultDoc(value : String); |
Property Value
Listing of the default documents for the web application.
See Also
Documentation version 1.0.0.0.