The message to display in the console.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Text As String |
C# |
---|
public string Text { get; set; } |
C++ |
---|
public property string Text sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_Text(); /** property */ public void set_Text(string value); |
JScript |
---|
public function get Text() : String public function set Text(value : String); |
See Also
Documentation version 1.0.0.0.