VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams.SourcePath Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace