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
Documentation version 1.0.0.0.