ReturnValue Property

MSBuild

The string returned from the custom ScriptMain method.


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

Syntax

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

See Also

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