Freigeben über


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

See Also

Reference

BuildStep Class

Microsoft.TeamFoundation.Build.Tasks Namespace