AspEnableParentPaths Property

MSBuild

The AspEnableParentPaths property specifies whether an ASP page allows paths relative to the current directory (using the ..\ notation) or above the current directory.


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

Syntax

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

/** property */
public void set_AspEnableParentPaths(bool value);
JScript
public function get AspEnableParentPaths() : bool

public function set AspEnableParentPaths(value : bool);

Property Value

Value indicating if AspEnableParentPaths is enabled or disabled.

See Also

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