TfsGitCommitChange.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; set; }
public:
property String^ RenameSourceItemPath {
String^ get ();
void set (String^ value);
}
member RenameSourceItemPath : string with get, set
function get RenameSourceItemPath () : String
function set RenameSourceItemPath (value : String)
Property Value
Type: System.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.