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
- 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.
See Also
Reference
VersionControlFolderDifference Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace