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
声明
Property Status As String
    Get
    Set
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
- 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.