BuildStep.Status Property
The status of the build step to be added. If not specified, InProgress will be used and the build step will not be marked as complete until a second invocation of the BuildStep task updates its status (using the Idoutput property).
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Public Property Status As String
public string Status { get; set; }
public:
property String^ Status {
String^ get ();
void set (String^ value);
}
member Status : string with get, set
function get Status () : String
function set Status (value : String)
Property Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.