AssociatedWorkItem.ParentWorkItemId Property

Gets or sets the parent work item id.

Zero represents no parent.

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

Syntax

'Declaration
Public Property ParentWorkItemId As Integer
public int ParentWorkItemId { get; set; }
public:
property int ParentWorkItemId {
    int get ();
    void set (int value);
}
member ParentWorkItemId : int with get, set
function get ParentWorkItemId () : int 
function set ParentWorkItemId (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

AssociatedWorkItem Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace