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
- 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.