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
- 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
VersionControlFolderDifferenceItem Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace