DirBrowseShowDate Property

MSBuild

When set to true, date 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 DirBrowseShowDate As Boolean
C#
public bool DirBrowseShowDate { get; set; }
C++
public property bool DirBrowseShowDate sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_DirBrowseShowDate();

/** property */
public void set_DirBrowseShowDate(bool value);
JScript
public function get DirBrowseShowDate() : bool

public function set DirBrowseShowDate(value : bool);

Property Value

Value indicating if DirBrowseShowDate is enabled or disabled.

See Also

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