Gets or sets the replacement text.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ReplacementText As String |
| C# |
|---|
| public string ReplacementText { get; set; } |
| C++ |
|---|
| public property string ReplacementText sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_ReplacementText(); /** property */ public void set_ReplacementText(string value); |
| JScript |
|---|
| public function get ReplacementText() : String public function set ReplacementText(value : String); |
Property Value
The replacement text.
See Also
Documentation version 1.0.0.0.