Result Property

MSBuild

Output the return count/value


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

Syntax

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

See Also

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