DirBrowseShowExtension Property

MSBuild

When set to true, file name extensions are displayed when browsing directories.


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

Syntax

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

/** property */
public void set_DirBrowseShowExtension(bool value);
JScript
public function get DirBrowseShowExtension() : bool

public function set DirBrowseShowExtension(value : bool);

Property Value

Value indicating if DirBrowseShowExtension is enabled or disabled.

See Also

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