DirBrowseShowLongDate Property

MSBuild

When set to true, date information is displayed in extended format when displaying directories.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property DirBrowseShowLongDate As Boolean
C#
public bool DirBrowseShowLongDate { get; set; }
C++
public property bool DirBrowseShowLongDate sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_DirBrowseShowLongDate();

/** property */
public void set_DirBrowseShowLongDate(bool value);
JScript
public function get DirBrowseShowLongDate() : bool

public function set DirBrowseShowLongDate(value : bool);

Property Value

Value indicating if DirBrowseShowLongDate is enabled or disabled.

See Also

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