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
声明
Public Property SourceId As Integer
Get
Set
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
- 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.