Replace Property

MSBuild

Determines whether to replace writable files. The default is false.


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

Syntax

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

/** property */
public void set_Replace(bool value);
JScript
public function get Replace() : bool

public function set Replace(value : bool);

See Also

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