VersionControlFolderDifference.TargetPath Property

Get the target path.

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

Syntax

'Declaration
Public ReadOnly Property TargetPath As String
public string TargetPath { get; }
public:
property String^ TargetPath {
    String^ get ();
}
member TargetPath : string with get
function get TargetPath () : String

Property Value

Type: System.String
source folder path or null or String.Empty

.NET Framework Security

See Also

Reference

VersionControlFolderDifference Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace