Recursive Property

MSBuild

Determines whether to perform the SourceSafe operation recursively. The default is true.


Namespace: MSBuild.Community.Tasks.SourceSafe
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);

See Also

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