When true, script maps are applied recursively under
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
See Also
Documentation version 1.0.0.0.