VersionControlFolderDifferenceItem.SourcePath Property

Get the item source path.

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

Syntax

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

Property Value

Type: System.String
path or null or String.Empty if not available

.NET Framework Security

See Also

Reference

VersionControlFolderDifferenceItem Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace