WorkItemRelation.LinkTypeID Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
Public Property LinkTypeID As Integer
Get
Set
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
- 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.