Share via


WorkItemRelation.LinkTypeID Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

WorkItemRelation Structure

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace