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