ChangeRequest.TargetItem Property

If RequestType is Rename, Branch or Undelete, this specifies the new item being changed.

Null otherwise.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Property TargetItem As String
public string TargetItem { get; set; }
public:
property String^ TargetItem {
    String^ get ();
    void set (String^ value);
}
member TargetItem : string with get, set
function get TargetItem () : String 
function set TargetItem (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ChangeRequest Class

Microsoft.TeamFoundation.VersionControl.Server Namespace