Gets or sets the numbers to work with.
Namespace: MSBuild.Community.Tasks.Math
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Required> Public Property Numbers As String[] |
| C# |
|---|
| [Required] public string[] Numbers { get; set; } |
| C++ |
|---|
| [Required] public property string[] Numbers sealed { array<String>^ get(); void set(array<String>^ value); } |
| J# |
|---|
| /** @attribute Required() */ /** property */ public string[] get_Numbers(); /** property */ public void set_Numbers(string[] value); |
| JScript |
|---|
| public function get Numbers() : String[] public function set Numbers(value : String[]); |
Property Value
The numbers.
See Also
Documentation version 1.0.0.0.