ReplacementCount Property

MSBuild

Gets or sets the maximum number of times the replacement can occur.


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

Syntax

Visual Basic (Declaration)
Public Property ReplacementCount As Integer
C#
public int ReplacementCount { get; set; }
C++
public property int ReplacementCount sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_ReplacementCount();

/** property */
public void set_ReplacementCount(int value);
JScript
public function get ReplacementCount() : int

public function set ReplacementCount(value : int);

Property Value

The replacement count.

See Also

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