This documentation is archived and is not being maintained.

WorkItemLink::SourceId Property

Gets or sets the ID of the source WorkItem of this link.

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

public:
property int SourceId {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The ID of the source WorkItem of this link.

Show: