WorkItemRelation.TargetID Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
Public Property TargetID As Integer
Get
Set
public int TargetID { get; set; }
public:
property int TargetID {
int get ();
void set (int value);
}
member TargetID : int with get, set
function get TargetID () : int
function set TargetID (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.