Numbers Property

MSBuild

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

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.