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