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
- 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.