VersionControlFolderDifferenceItem.TargetPath Property

Get the item 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
path or null or String.Empty if not available

.NET Framework Security

See Also

Reference

VersionControlFolderDifferenceItem Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace