AssociatedWorkItem.Status Property

Gets or sets the status of this work item.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

‘선언
Public Property Status As String
    Get
    Set
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
The status of this work item.

.NET Framework Security

See Also

Reference

AssociatedWorkItem Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace