When set to true, file time information is displayed when displaying directories.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property DirBrowseShowTime As Boolean |
| C# |
|---|
| public bool DirBrowseShowTime { get; set; } |
| C++ |
|---|
| public property bool DirBrowseShowTime sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_DirBrowseShowTime(); /** property */ public void set_DirBrowseShowTime(bool value); |
| JScript |
|---|
| public function get DirBrowseShowTime() : bool public function set DirBrowseShowTime(value : bool); |
Property Value
Value indicating if DirBrowseShowTime is enabled or disabled.
See Also
Documentation version 1.0.0.0.