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