VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams.TargetPath Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace