TfsGitDiffEntry.RenameSourceItemPath Property
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Property RenameSourceItemPath As String
public string RenameSourceItemPath { get; internal set; }
public:
property String^ RenameSourceItemPath {
String^ get ();
internal: void set (String^ value);
}
member RenameSourceItemPath : string with get, internal set
function get RenameSourceItemPath () : String
internal function set RenameSourceItemPath (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.