Results Property

MSBuild

Output the return count/values


Namespace: MSBuild.Community.Tasks.SqlServer
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
<Output>
Public ReadOnly Property Results As Integer[]
C#
[Output]
public int[] Results { get; }
C++
[Output]
public property int[] Results sealed  {
    array<int>^ get();
}
J#
/** @attribute Output() */
/** property */
public int[] get_Results();
JScript
public function get Results() : int[]

See Also

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