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)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

WorkItemLink Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace