Share via


IWorkItemSummary.Status Property

Gets or sets the status of this work item.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Property Status As String
string Status { get; set; }
property String^ Status {
    String^ get ();
    void set (String^ value);
}
abstract Status : string with get, set
function get Status () : String
function set Status (value : String)

Property Value

Type: System.String
The status of this work item.

.NET Framework Security

See Also

Reference

IWorkItemSummary Interface

Microsoft.TeamFoundation.Build.Client Namespace