Recursive Property

MSBuild

When true, script maps are applied recursively under Path.


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

Syntax

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

/** property */
public void set_Recursive(bool value);
JScript
public function get Recursive() : bool

public function set Recursive(value : bool);

Remarks

This property is only valid when specifying a value for Path. It is true by default.

See Also

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