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