UserInput Property

MSBuild

The text entered at the console.


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

Syntax

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

See Also

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